diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2006-01-20 05:38:32 +0000 | 
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2006-01-20 05:38:32 +0000 | 
| commit | f4d0e128cd35ee76460157198d1877bcf6145cbd (patch) | |
| tree | f59b6c72a15f3305b262344b2360345864b8e1d1 | |
| parent | d1b9bc4d0712c97d9fb57e4111e1e7ccba5da45e (diff) | |
Help pkg_add to find packages in correct order
| -rw-r--r-- | ezjail-config.sh | 2 | 
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 | 
| 58 | set +o noglob | 58 | set +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 | 
