[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. fd0f28d8b1a563d37919ac5d4c2a6601e6127f23
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 27 11:49:34 UTC 2009
The following commit has been merged in the master branch:
commit fd0f28d8b1a563d37919ac5d4c2a6601e6127f23
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Feb 27 12:50:06 2009 +0100
pkg-fso-keyring needs to be installed with --force-yes
Having options mentioned twice is fine for apt, so there is no problem
with giving the variable there as well.
diff --git a/install.sh b/install.sh
index f04292f..38a5813 100755
--- a/install.sh
+++ b/install.sh
@@ -683,7 +683,7 @@ __END__
chroot $INST_DIR apt-get update
echo " * Installing pkg-fso keyring"
- chroot $INST_DIR apt-get $APT_OPTIONS install pkg-fso-keyring
+ chroot $INST_DIR apt-get --yes --force-yes $APT_OPTIONS install pkg-fso-keyring
echo " * Removing additional packages"
chroot $INST_DIR /bin/sh -e <<__END_CHROOT__
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list