[SCM] blender/master.cycles: debian/rules: dh_install path fix

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Sun Jul 15 14:34:42 UTC 2012


The following commit has been merged in the master.cycles branch:
commit 284df3922b57f2157acfec762c72494fe88b57d3
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Sat Jul 14 18:00:02 2012 +0200

    debian/rules: dh_install path fix
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index dfd8588..b3781c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_auto_install:
 	#rm $(INSTDIR)/usr/share/blender/*/.Blanguages
 	#mv $(INSTDIR)/usr/lib/blender/*/datafiles/locale $(INSTDIR)/usr/share/locale
 	#remove empty directory (e.g scripts/cfg)
-	find $(INSTDIR)/usr/lib/blender/ -type d -empty -delete
+	find $(INSTDIR)/usr/share/blender/ -type d -empty -delete
 	#remove duplicated GPL license file and unneeded Python license since python is shipped externally
 	#rm $(INSTDIR)/usr/share/doc/blender/GPL-license.txt
 	#rm $(INSTDIR)/usr/share/doc/blender/Python-license.txt

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list