From f4d0e128cd35ee76460157198d1877bcf6145cbd Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 20 Jan 2006 05:38:32 +0000 Subject: Help pkg_add to find packages in correct order --- ezjail-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezjail-config.sh b/ezjail-config.sh index 9176f56..927ab23 100644 --- a/ezjail-config.sh +++ b/ezjail-config.sh @@ -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 -- cgit v1.2.3