mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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:
parent
aedff1c117
commit
c3876845b2
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user