Meta/DoKernelOrg: make sure rebuilt distribution material is re-linked to the target directory.
parent
a825af06a6
commit
ee86a68e9c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue