Help pkg_add to find packages in correct order

This commit is contained in:
erdgeist 2006-01-20 05:38:32 +00:00
parent d1b9bc4d07
commit f4d0e128cd

View File

@ -56,7 +56,7 @@ done
# install packages
set +o noglob
[ -d /pkg ] && pkg_add /pkg/*
[ -d /pkg ] && PACKAGESITE=file:// pkg_add -r /pkg/*
# source post install script
[ -d /ezjail.postinstall ] && . /ezjail.postinstall