mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 13:07:58 -05:00
makeworld: var rename from version -> myver
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c6c60bcc80
commit
d0679da4f3
@ -21,11 +21,11 @@
|
|||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
version="@PACKAGE_VERSION@"
|
myver="@PACKAGE_VERSION@"
|
||||||
toplevel=$(pwd)
|
toplevel=$(pwd)
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "makeworld version $version"
|
printf "makeworld (pacman) %s\n" "$myver"
|
||||||
echo "usage: $0 [options] <destdir> <category> [category] ..."
|
echo "usage: $0 [options] <destdir> <category> [category] ..."
|
||||||
echo "options:"
|
echo "options:"
|
||||||
echo " -b, --builddeps Build missing dependencies from source"
|
echo " -b, --builddeps Build missing dependencies from source"
|
||||||
@ -55,7 +55,7 @@ usage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
version() {
|
version() {
|
||||||
printf "makeworld (pacman) %s\n" "$version"
|
printf "makeworld (pacman) %s\n" "$myver"
|
||||||
printf "Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n"
|
printf "Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n"
|
||||||
echo
|
echo
|
||||||
printf "This is free software; see the source for copying conditions.\n"
|
printf "This is free software; see the source for copying conditions.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user