summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-03-15 20:05:39 +0100
committerJudd Vinet <judd@archlinux.org>2005-03-15 20:05:39 +0100
commit467b83aed4af4536f0eae2b022c2468e9349698a (patch)
tree47243e7535164131a2e34f3b2721133228e5f242 /scripts
parent438f653ba697f1e9c489954bcf96bbc710fdea54 (diff)
downloadpacman-467b83aed4af4536f0eae2b022c2468e9349698a.tar.gz
pacman-467b83aed4af4536f0eae2b022c2468e9349698a.tar.xz
made makepkg echo the version-release number as well (#2375)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg2
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