Run yummy on SRPMS as well

Signed-off-by: Junio C Hamano <junkio@cox.net>
todo
Junio C Hamano 2006-01-06 21:26:33 -08:00
parent f0a77fd218
commit 257a9721eb
1 changed files with 3 additions and 0 deletions

View File

@ -46,7 +46,10 @@ maint | master)
ln $HOME/rpms/RPMS/i386/git*-$V-* $G/RPMS/i386/. &&
ln $HOME/rpms/SRPMS/git-$V-* $G/RPMS/SRPMS/. &&
{
# I do not know how it exits, and I do not care much.
/usr/local/bin/yummy $G/RPMS/i386
/usr/local/bin/yummy $G/RPMS/SRPMS
:
} &&
rm -fr ./:rpm.log &&
make clean &&