You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/wm-icons/files/wm-icons-0.4.0-build.patch

23 lines
673 B

--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@
# is for a distribution package building.
# Set the default icon set aliases (symlinks).
install-data-local:
- $(bindir)/wm-icons-config --user-dir="$(icondir)" --defaults --quiet
+ true
wm-configs _pack-symlinks _unpack-symlinks:
cd devel/bin && $(MAKE) $(AM_MAKEFLAGS) $@
--- a/Makefile.in
+++ b/Makefile.in
@@ -417,7 +417,7 @@
# is for a distribution package building.
# Set the default icon set aliases (symlinks).
install-data-local:
- $(bindir)/wm-icons-config --user-dir="$(icondir)" --defaults --quiet
+ true
wm-configs _pack-symlinks _unpack-symlinks:
cd devel/bin && $(MAKE) $(AM_MAKEFLAGS) $@