summaryrefslogtreecommitdiff
path: root/src/profiles
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 20:26:48 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 20:26:48 +0100
commitac721259361f73dfc5bf710838514c8701fb6357 (patch)
tree282fc7464cb2e83ea4e2e696576b04107a2968a6 /src/profiles
parent40b3096d3cc077d2ead92f9fbd0836d8e837e755 (diff)
fixes related to pacman preparation, source urls etc
Diffstat (limited to 'src/profiles')
-rw-r--r--src/profiles/profile-base1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profiles/profile-base b/src/profiles/profile-base
index aa71d35..ab41540 100644
--- a/src/profiles/profile-base
+++ b/src/profiles/profile-base
@@ -65,6 +65,7 @@ worker_package_list ()
worker_install_packages ()
{
target_special_fs on
+ target_prepare_pacman
[ ! -f $var_PKG_FILE ] && die_error "No package file available!"
PKGLIST=`cat $var_PKG_FILE`
#TODO: what if $var_PKG_FILE is empty? we should die_error because that's probably not what the user wants.. or can it? will pacman complain?