mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
14 lines
556 B
Diff
14 lines
556 B
Diff
https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy/-/merge_requests/1
|
|
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -7,7 +7,7 @@
|
|
dataonly : true,
|
|
)
|
|
|
|
-licenses_dir = get_option('datadir') / 'licenses' / 'adwaita-icon-theme'
|
|
+licenses_dir = get_option('datadir') / 'licenses' / 'adwaita-icon-theme-legacy'
|
|
install_data('COPYING', install_dir : licenses_dir, install_tag : 'runtime')
|
|
install_data('COPYING_CCBYSA3', install_dir : licenses_dir, install_tag : 'runtime')
|
|
install_data('COPYING_LGPL', install_dir : licenses_dir, install_tag : 'runtime')
|