[SCM] debian-live/live-helper branch, master, updated. 1.0_a41-1-12-geded2a1

Daniel Baumann daniel at debian.org
Tue Apr 8 16:01:47 UTC 2008


The following commit has been merged in the master branch:
commit eded2a179108cf4bb06253a4f557007dfa5a4936
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 8 17:58:47 2008 +0200

    Fixing forgotten variable in conffile loop.

diff --git a/functions/conffile.sh b/functions/conffile.sh
index 4c233a0..d48d454 100755
--- a/functions/conffile.sh
+++ b/functions/conffile.sh
@@ -17,7 +17,7 @@ Read_conffile ()
 	else
 		for FILE in ${@}
 		do
-			FILES="${FILE} ${FILE}.${LH_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
+			FILES="${FILES} ${FILE} ${FILE}.${LH_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
 			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||')"
 			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${ARCHITECTURE}"
 			FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${DISTRIBUTION}"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list