From d29fbd79ecb216a7552fbeb3960eacec42d9ff7d Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Thu, 8 Sep 2011 09:50:23 -0400 Subject: pbjparse.awk reads the value of PACKAGER on its own, now. --- bin/pbj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b