Fix call to pkg_add so that all packages are installed and none is being fetched. Thanks to Dan Langille

This commit is contained in:
erdgeist 2013-05-10 14:54:49 +00:00
parent 0713769a19
commit 84db3c9c8a

View File

@ -54,7 +54,7 @@ flavour_setup() {
# Install all packages previously put to /pkg
# Remove package files afterwards
[ -d /pkg ] && PACKAGESITE=file:// pkg_add -r /pkg/*
[ -d /pkg ] && cd /pkg && pkg_add /pkg/*
rm -rf /pkg
# Postinstall