r10817 - /packages/unstable/human-icon-theme/debian/rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sun May 6 16:02:12 UTC 2007


Author: alanbach-guest
Date: Sun May  6 16:02:11 2007
New Revision: 10817

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10817
Log:
fixed debian/rules, missing clean-up sng command

Modified:
    packages/unstable/human-icon-theme/debian/rules

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=10817&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules (original)
+++ packages/unstable/human-icon-theme/debian/rules Sun May  6 16:02:11 2007
@@ -24,6 +24,9 @@
 
 binary-post-install/human-icon-theme::
 	# replace the Ubuntu logos with the distribution overrides
-	if [ -d debian/$(DISTRO) ]; then \  	        
-	     cp -rvf debian/$(DISTRO)/* debian/human-icon-theme/usr/share/icons/Human/; \ 	              
+	if [ -d debian/$(DISTRO) ]; then \
+	     cp -rvf debian/$(DISTRO)/* debian/human-icon-theme/usr/share/icons/Human/; \
 	fi
+	# cleaning sng files from the package
+	find debian/human-icon-theme/usr/share/icons/Human/ -name '*.sng' | xargs rm -fv
+




More information about the pkg-gnome-commits mailing list