summaryrefslogtreecommitdiffstats
path: root/bin/genpkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/genpkg')
-rwxr-xr-xbin/genpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genpkg b/bin/genpkg
index f930879..28e85a7 100755
--- a/bin/genpkg
+++ b/bin/genpkg
@@ -91,7 +91,7 @@ do
mkdir PKGTREE
trap 'rm -f PKGDATA' 1 2 15
- if METABIN="$prepd" PKGVAR="$vard" prepkg "$pkg" > PKGDATA
+ if PREPSPATH="$prepd" PKGVAR="$vard" prepkg "$pkg" > PKGDATA
then
echo "$pkgd/$pkg"
else