summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-01-20 05:38:32 +0000
committererdgeist <erdgeist@erdgeist.org>2006-01-20 05:38:32 +0000
commitf4d0e128cd35ee76460157198d1877bcf6145cbd (patch)
treef59b6c72a15f3305b262344b2360345864b8e1d1
parentd1b9bc4d0712c97d9fb57e4111e1e7ccba5da45e (diff)
Help pkg_add to find packages in correct order
-rw-r--r--ezjail-config.sh2
1 files changed, 1 insertions, 1 deletions
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
56 56
57# install packages 57# install packages
58set +o noglob 58set +o noglob
59[ -d /pkg ] && pkg_add /pkg/* 59[ -d /pkg ] && PACKAGESITE=file:// pkg_add -r /pkg/*
60 60
61# source post install script 61# source post install script
62[ -d /ezjail.postinstall ] && . /ezjail.postinstall 62[ -d /ezjail.postinstall ] && . /ezjail.postinstall