1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

made makepkg echo the version-release number as well (#2375)

This commit is contained in:
Judd Vinet 2005-03-15 19:05:39 +00:00
parent 438f653ba6
commit 467b83aed4

View File

@ -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