[neon/kf6/kf6-breeze-icons/Neon/unstable] debian: work around tto not install double *.rcc
Carlos De Maine
null at kde.org
Wed Nov 22 08:14:18 GMT 2023
Git commit b4e4fbc41d48d8d2f483ee0ce4dddd1244b3a2db by Carlos De Maine.
Committed on 22/11/2023 at 09:14.
Pushed by carlosdem into branch 'Neon/unstable'.
work around tto not install double *.rcc
M +3 -3 debian/rules
https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/b4e4fbc41d48d8d2f483ee0ce4dddd1244b3a2db
diff --git a/debian/rules b/debian/rules
index f851930..600f57e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp/
-#override_dh_install:
-# dh_install --sourcedir=debian/kf6-breeze-icon-theme
-# rm debian/kf6-breeze-icon-theme/usr/share/icons/*/*.rcc
+override_dh_install:
+ dh_install --sourcedir=debian/kf6-breeze-icon-theme
+ rm debian/kf6-breeze-icon-theme/usr/share/icons/*/*.rcc
# find $(CURDIR)/debian/kf6-breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
# bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/kf6-breeze-icon-theme $(CURDIR)/debian/kf6-breeze-icon-theme/usr/share/icons
More information about the Neon-commits
mailing list