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>
This commit is contained in:
Andrew Fyfe 2007-04-11 20:35:29 +01:00 committed by Dan McGee
parent aedff1c117
commit c3876845b2
2 changed files with 10 additions and 2 deletions

View File

@ -13,6 +13,14 @@ bin_SCRIPTS = \
repo-remove \
updatesync
EXTRA_DIST = $(bin_SCRIPTS)
EXTRA_DIST = abs \
gensync \
makepkg.in \
makeworld \
pacman-optimize \
rankmirrors \
repo-add \
repo-remove \
updatesync
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:

View File

@ -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.