summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-05-14 02:40:10 +0200
committerJustin Davis <jrcd83@gmail.com>2012-05-14 02:40:10 +0200
commitaeeb51372863bd95b5126691c16851d52082ac92 (patch)
tree7be6aef8b78fcb12e266450d1307e5a9c27c28c2 /setup
parentce30a8af59f163bc09be80955d38b56039785735 (diff)
downloadgenpkg-aeeb51372863bd95b5126691c16851d52082ac92.tar.gz
genpkg-aeeb51372863bd95b5126691c16851d52082ac92.tar.xz
Add feature to replace ver-strings with $pkgver.
Alot of logic was added to allow changing versions in mods while still preserving the version in the $_ver custom variable.
Diffstat (limited to 'setup')
-rwxr-xr-xsetup3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup b/setup
index 8630ee1..76eb68d 100755
--- a/setup
+++ b/setup
@@ -3,7 +3,8 @@
set -e
umask 022
prog=setup
-binfiles='genpkg prepkg modpkg pbfields putpkgtree getpkgtree injectdigs'
+binfiles='genpkg prepkg modpkg pbfields putpkgtree getpkgtree
+ injectdigs vervar'
preps='perl perl.d/
perl.d/fetchcpan perl.d/perl-dist perl.d/perl-pkgbuild
perl.d/scrapecore'