summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-08 15:50:23 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-08 15:50:23 +0200
commitd29fbd79ecb216a7552fbeb3960eacec42d9ff7d (patch)
tree7a88259f44a7c587fd82c8e497df9df246a3c940 /bin
parent2790654fc3551a2419c30a7237b94c2bfe83d726 (diff)
downloadgenpkg-d29fbd79ecb216a7552fbeb3960eacec42d9ff7d.tar.gz
genpkg-d29fbd79ecb216a7552fbeb3960eacec42d9ff7d.tar.xz
pbjparse.awk reads the value of PACKAGER on its own, now.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pbj2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pbj b/bin/pbj
index 1d46d31..1157075 100755
--- a/bin/pbj
+++ b/bin/pbj
@@ -23,7 +23,7 @@ pbjtopkg()
# Provide values for other things macros won't be able to.
printf "+ pkgname $pkg\n+ pkgrel ${PKGREL:-1}\n+ pbjver $VERSION\n" \
| cat - "$jamfile" \
- | awk -v packager="${PACKAGER:-Anonymous}" -f "$bindir/pbjparse.awk" \
+ | awk -f "$bindir/pbjparse.awk" \
> PKGBUILD
if [ $? -ne 0 ] ; then