Meta/DoKernelOrg: make sure rebuilt distribution material is re-linked to the target directory.

todo
Junio C Hamano 2007-03-26 02:16:54 -07:00
parent a825af06a6
commit ee86a68e9c
1 changed files with 4 additions and 4 deletions

View File

@ -78,9 +78,9 @@ maint | master)
esac
exit $status ;;
*)
ln git-$V.tar.gz $G/. &&
ln -f git-$V.tar.gz $G/. &&
make dist-doc >>./:all.log 2>&1 &&
ln git-htmldocs-$V.tar.gz git-manpages-$V.tar.gz $G/.
ln -f git-htmldocs-$V.tar.gz git-manpages-$V.tar.gz $G/.
;;
esac >>./:all.log 2>&1 &&
case "$NO_RPM_PLEASE" in
@ -92,10 +92,10 @@ maint | master)
for rr in $HOME/rpms/RPMS/$a/*-$V-*.$a.rpm
do
test -f "$rr" || continue
ln "$rr" $G/RPMS/$a/.
ln -f "$rr" $G/RPMS/$a/.
done
done &&
ln $HOME/rpms/SRPMS/git-$V-*.src.rpm $G/RPMS/SRPMS/. &&
ln -f $HOME/rpms/SRPMS/git-$V-*.src.rpm $G/RPMS/SRPMS/. &&
{
# I do not know how it exits, and I do not care much.
for a in $narch