From 6ba7e185fde258f6040f16a2c4413352bc061fef Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 3 Apr 2007 17:13:55 +0000 Subject: - lspkg: support for $ROOT env variable and some improvements - CHANGELOG cleanup - mkjail: added support for slack-required as templates git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@211 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/lib') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 38e9468..e2dfa6a 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -105,7 +105,7 @@ function install_packages { root="$JAIL_ROOT/$server" # now tries to install each package listed in the template - for pack in `cat $TEMPLATE | grep -v -e "^#" | cut -d : -f 1`; do + for pack in `cat $TEMPLATE | grep -v -e "^#" | cut -d : -f 1 | awk '{ print $1 }'`; do # try to install the package ROOT=/$root ARCH=$ARCH VERSION=$VERSION $SIMPLARET --install $pack --skip-checks -- cgit v1.2.3