[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 5104a1d35fdef70cb2b6e7068857369b69479d0e
Steffen Moeller
steffen_moeller at gmx.de
Fri Mar 5 21:30:37 UTC 2010
The following commit has been merged in the master branch:
commit 4ded5d95dae157d2d8a0ac2addb78418c2312f46
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Fri Mar 5 18:09:28 2010 +0100
variable renaming: DELENDA -> intern_delenda
diff --git a/install.sh b/install.sh
index de5e22e..245e98b 100755
--- a/install.sh
+++ b/install.sh
@@ -1595,13 +1595,13 @@ action_cleanup () {
echo "I: Cleaning the environment"
echo " * Remove additional packages"
- DELENDA=''
+ intern_delenda=''
for i in cdebootstrap-helper-rc.d xserver-xorg-input-synaptics carthago; do
if dpkg -s $i > /dev/null 2> /dev/null; then
- DELENDA=$DELENDA' '$i
+ intern_delenda="$intern_delenda $i"
fi
done
- chroot "$INST_DIR" apt-get --yes --purge remove $DELENDA
+ chroot "$INST_DIR" apt-get --yes --purge remove $intern_delenda
echo " * Cleaning APT cache"
chroot "$INST_DIR" apt-get clean
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list