summaryrefslogtreecommitdiff
path: root/scripts/makepkg.in
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-04-11 20:35:29 +0100
committerDan McGee <dan@archlinux.org>2007-05-27 17:16:27 -0400
commitc3876845b223c9ced64582fb5cf3e9efc687eaa2 (patch)
tree4d214f90c0d5d4e7a15d115d91673084018f64de /scripts/makepkg.in
parentaedff1c1178ea350963ce737780f4165ac85f745 (diff)
fix existing autotools in scripts/*
- Remove scripts/makepkg on 'make distclean' - scripts/makepkg.in: set myver on ./configure Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'scripts/makepkg.in')
-rwxr-xr-xscripts/makepkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.in b/scripts/makepkg.in
index 3e1be96e..5c0bc591 100755
--- a/scripts/makepkg.in
+++ b/scripts/makepkg.in
@@ -33,7 +33,7 @@ export TEXTDOMAIN
TEXTDOMAINDIR='@LOCALEDIR@'
export TEXTDOMAINDIR
-myver='3.0.0'
+myver='@PACKAGE_VERSION@'
startdir=$(pwd)
# Only use ABSROOT if we haven't been passed a SRCROOT on the command line.