We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a77fd commit 257a972Copy full SHA for 257a972
DoKernelOrg
@@ -46,7 +46,10 @@ maint | master)
46
ln $HOME/rpms/RPMS/i386/git*-$V-* $G/RPMS/i386/. &&
47
ln $HOME/rpms/SRPMS/git-$V-* $G/RPMS/SRPMS/. &&
48
{
49
+ # I do not know how it exits, and I do not care much.
50
/usr/local/bin/yummy $G/RPMS/i386
51
+ /usr/local/bin/yummy $G/RPMS/SRPMS
52
+ :
53
} &&
54
rm -fr ./:rpm.log &&
55
make clean &&
0 commit comments