SVN commit 503275 by egonw:

Fixed install in correct dir and removed files already in chemicalmime

 M  +5 -2      rules  


--- trunk/playground/utils/kfile-chemical/debian/rules #503274:503275
@@ -39,9 +39,13 @@
        dh_clean -k 
        dh_installdirs
 
-       scons install
+       scons install prefix=`pwd`/debian/tmp/usr
 
+       # remove some stuff already in chemicalmime
+       rm -R `pwd`/debian/tmp/usr/share/icons
+       rm -R `pwd`/debian/tmp/usr/share/mimelnk
 
+
 # Build architecture-independent files here.
 binary-indep: build install
        scons
@@ -58,7 +62,6 @@
        dh_strip
        dh_compress
        dh_fixperms
-       dh_python
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to