[SCM] ciderwebmail Debian packaging branch, master, updated. debian/1.04_20120607-1-8-g5190c52

Jonas Smedegaard dr at jones.dk
Sun Jun 10 18:24:11 UTC 2012


The following commit has been merged in the master branch:
commit d14a7c01520d180996b7e20894feafa4db7f0bd2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 9 00:39:25 2012 +0200

    Fix adjust symlink to http-icons.

diff --git a/debian/rules b/debian/rules
index 8fee298..8c019a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ binary-post-install/$(pkg)::
 	rm -f $(cdbs_curdestdir)usr/share/$(pkg)/root/static/scripts/mootools-core.js
 	ln -sT ../../../../../javascript/mootools/mootools-core.min.js $(cdbs_curdestdir)usr/share/$(pkg)/root/static/scripts/mootools-core.js
 	rm -rf $(cdbs_curdestdir)usr/share/$(pkg)/root/static/images/mimeicons
-	ln -sT ../../../../../images/http-icons/ $(cdbs_curdestdir)usr/share/$(pkg)/root/static/images/mimeicons
+	ln -sT ../../../../images/http-icons/ $(cdbs_curdestdir)usr/share/$(pkg)/root/static/images/mimeicons
 	rm -rf $(cdbs_curdestdir)usr/share/$(pkg)/root/static/css/custom.css
 	mkdir -p $(cdbs_curdestdir)etc/$(pkg)/bin
 	touch $(cdbs_curdestdir)etc/$(pkg)/custom.css

-- 
ciderwebmail Debian packaging



More information about the Pkg-perl-cvs-commits mailing list