diff options
author | Judd Vinet <judd@archlinux.org> | 2005-03-15 19:05:39 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-03-15 19:05:39 +0000 |
commit | 467b83aed4af4536f0eae2b022c2468e9349698a (patch) | |
tree | 47243e7535164131a2e34f3b2721133228e5f242 | |
parent | 438f653ba697f1e9c489954bcf96bbc710fdea54 (diff) | |
download | pacman-467b83aed4af4536f0eae2b022c2468e9349698a.tar.xz |
made makepkg echo the version-release number as well (#2375)
-rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index 021a33a2..4a99b845 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -357,7 +357,7 @@ if [ "`id -u`" != "0" ]; then fi fi -msg "Making package: $pkgname (`date`)" +msg "Making package: $pkgname $pkgver-$pkgrel (`date`)" unset deplist makedeplist if [ `type -p pacman` -a "$NODEPS" = "0" ]; then |