@leroysheep / rag-system / commits / bf914adf4e

Fix shipping of Debs in Meta/Distrib

Signed-off-by: Junio C Hamano <junkio@cox.net>

Junio C Hamano committed Nov 5, 2005 at 12:40 UTC bf914adf4efca56efbcde63437280a0fde0b5abc
1 file changed +2 -2
Distrib
+2 -2
index 8e6afeae7a..0a51b38a5f 100755 --- a/Distrib +++ b/Distrib @@ -10,7 +10,7 @@ case `hostname` in siamese) scp $0 ${M}:./Distrib cd /chroot/sarge/build/git && - scp git-*_$V-*.deb git-core-$V.tar.gz ${M}:debian/. + scp git-*_$V[-.]* git-core-$V.tar.gz ${M}:debian/. exit ;; esac @@ -20,7 +20,7 @@ D=$G/debian set -x -ln $HOME/debian/git-*_$V-* $D/. +ln $HOME/debian/git-*_$V[-.]* $D/. ln $HOME/debian/git-core-$V.tar.gz $G/. ln $HOME/rpms/RPMS/i386/git-*-$V-* $G/. ln $HOME/rpms/SRPMS/git-*-$V-* $G/.