summaryrefslogtreecommitdiffstats
path: root/bin/genpkg
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-21 21:16:08 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-21 21:16:08 +0200
commitd9be53b226ca60c27e7f8ee7dda2005483bc2109 (patch)
tree06b0ffceda4756b4ad5f2eed9554341ce79b999e /bin/genpkg
parent09263ccbe6a6d369c698c7fa9789e01b7253cafc (diff)
downloadgenpkg-d9be53b226ca60c27e7f8ee7dda2005483bc2109.tar.gz
genpkg-d9be53b226ca60c27e7f8ee7dda2005483bc2109.tar.xz
Rename METBIN var to PREPSPATH.
I meant to do this earlier. Oh well.
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