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:
parent
438f653ba6
commit
467b83aed4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user