index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-07-06 19:35:32 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-07-06 19:35:32 -0400 |
commit | a501b72e40062c9e606a787657582d1859c35d35 (patch) | |
tree | bea93688780e947a7531c1e8bbb979b1ba917448 /scripts/makepkg.sh.in | |
parent | b5f8a44bebc906bf6a29d30c159802b0c1a7dbb1 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 13 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8be44c65..30e6b711 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -961,12 +961,11 @@ usage() { } version() { - printf "$(gettext "makepkg (pacman) %s")\n" "$myver" - echo "$(gettext "Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.")" - echo - echo "$(gettext "This is free software; see the source for copying conditions.")" - echo "$(gettext "There is NO WARRANTY, to the extent permitted by law.")" - echo + printf "makepkg (pacman) %s\n" "$myver" + printf "$(gettext "\ +Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n\n\ +This is free software; see the source for copying conditions.\n\ +There is NO WARRANTY, to the extent permitted by law.\n")" } ARGLIST=$@ @@ -1006,8 +1005,6 @@ if [ -z "$SRCROOT" ]; then SRCROOT=$ABSROOT fi - - # Parse Command Line Options. OPT_SHORT="bcCdefFghiLmop:rRsSV" OPT_LONG="asroot,builddeps,clean,cleancache,nodeps,noextract,force,geninteg,help,install,log" |