[SCM] ciderwebmail Debian packaging branch, master, updated. debian/1.04_20120610-1-4-g82b93b1

Jonas Smedegaard dr at jones.dk
Sun Jun 10 20:34:39 UTC 2012


The following commit has been merged in the master branch:
commit 1132bd4888cb89ae9f8ced0236f46916ed997ca6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jun 10 22:24:57 2012 +0200

    Fix adjust symlink to mootools.

diff --git a/debian/rules b/debian/rules
index ce7f12c..91fbfab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ binary-post-install/$(pkg)::
 # Replace config and spearately shipped parts with symlinks
 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
+	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
 	rm -rf $(cdbs_curdestdir)usr/share/$(pkg)/root/static/css/custom.css

-- 
ciderwebmail Debian packaging



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