Help pkg_add to find packages in correct order
This commit is contained in:
parent
d1b9bc4d07
commit
f4d0e128cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user