summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-16 00:47:53 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-16 00:47:53 +0200
commit10ef1c3abeb88af473c34f8ddd18da3148796823 (patch)
tree0eb281eddc26d400d5b16a9746faafcb9ac0d8f1 /setup
parentc45eeb6e81128d5881e393bf5ba3f79dffe76ffc (diff)
downloadgenpkg-10ef1c3abeb88af473c34f8ddd18da3148796823.tar.gz
genpkg-10ef1c3abeb88af473c34f8ddd18da3148796823.tar.xz
Rename mkpkgmeta script to prepkg.
Diffstat (limited to 'setup')
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 7ed11f4..b9ba165 100755
--- a/setup
+++ b/setup
@@ -3,7 +3,7 @@
set -e
umask 022
prog=setup
-binfiles='genpkg mkpkgmeta modpkg pbfields putpkgtree getpkgtree injectdigs'
+binfiles='genpkg prepkg modpkg pbfields putpkgtree getpkgtree injectdigs'
metas='perl perl.d/
perl.d/fetchcpan perl.d/perl-dist perl.d/perl-pkgbuild
perl.d/scrapecore'