made makepkg echo the version-release number as well (#2375)
This commit is contained in:
parent
438f653ba6
commit
467b83aed4
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ if [ "`id -u`" != "0" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg "Making package: $pkgname (`date`)"
|
msg "Making package: $pkgname $pkgver-$pkgrel (`date`)"
|
||||||
|
|
||||||
unset deplist makedeplist
|
unset deplist makedeplist
|
||||||
if [ `type -p pacman` -a "$NODEPS" = "0" ]; then
|
if [ `type -p pacman` -a "$NODEPS" = "0" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue