summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-16 00:39:15 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-16 00:39:15 +0200
commitf5cff74bb9665b4de3eb7cf16ed0504da0ee599e (patch)
tree115fbc8b7bac9bf1693377992409ba4d800deb12 /setup
parent52d178a3bff39f62e6e6607610ad90444779af50 (diff)
downloadgenpkg-f5cff74bb9665b4de3eb7cf16ed0504da0ee599e.tar.gz
genpkg-f5cff74bb9665b4de3eb7cf16ed0504da0ee599e.tar.xz
New injectdigs script.
This takes PKGDATA on standard input printing it to standard output. Digests for each file entry in the source array are printed along with the other PKGDATA fields.
Diffstat (limited to 'setup')
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index ef1fad7..7ed11f4 100755
--- a/setup
+++ b/setup
@@ -3,7 +3,7 @@
set -e
umask 022
prog=setup
-binfiles='genpkg mkpkgmeta modpkg pbfields putpkgtree getpkgtree'
+binfiles='genpkg mkpkgmeta modpkg pbfields putpkgtree getpkgtree injectdigs'
metas='perl perl.d/
perl.d/fetchcpan perl.d/perl-dist perl.d/perl-pkgbuild
perl.d/scrapecore'