[Pkg-javascript-commits] [SCM] javascript-common branch, master, updated. 7-22-g2d7cc38

Jean-Michel Vourgère jmv_deb at nirgal.com
Sun Jul 28 22:21:59 UTC 2013


The following commit has been merged in the master branch:
commit 46da105bc9eb3c7188215dc26ee5e65a08997182
Author: Jean-Michel Vourgère <jmv_deb at nirgal.com>
Date:   Thu Jul 18 20:43:27 2013 +0200

    Fixed lighttpd test of preexisting link.

diff --git a/debian/changelog b/debian/changelog
index 2a9e00f..e4ae92b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javascript-common (9) UNRELEASED; urgency=low
+
+  * Fixed lighttpd test of preexisting link. (Closes: #712072)
+
+ -- Jean-Michel Vourgère <jmv_deb at nirgal.com>  Thu, 18 Jul 2013 20:41:16 +0200
+
 javascript-common (8) unstable; urgency=low
 
   * Upgranding Standards-Version to 3.9.1 (no changes);
diff --git a/debian/javascript-common.postinst b/debian/javascript-common.postinst
index 3b57ada..3beae6e 100644
--- a/debian/javascript-common.postinst
+++ b/debian/javascript-common.postinst
@@ -13,7 +13,7 @@ case "${1}" in
 		fi
 
 		mkdir -p /etc/lighttpd/conf-enabled
-		if [ ! -e /etc/lighttpd/conf-available/90-javascript-alias.conf ]
+		if [ ! -e /etc/lighttpd/conf-enabled/90-javascript-alias.conf ]
 		then
 			ln -s /etc/javascript-common/lighttpd.conf /etc/lighttpd/conf-enabled/90-javascript-alias.conf
 			restart="lighttpd"

-- 
javascript-common



More information about the Pkg-javascript-commits mailing list