archive dir concatenation) and so work for inheritenced packages like gcc3-cross ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@977 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -3,7 +3,7 @@
pfile=$( echo "$3" | grep protector | tr ' ' '\t' | tr -s '\t' | cut -f2 )
if [ "$pfile" ] ; then
tar --use-compress-program=bzip2 \
-xf $1/download/base/$2/${pfile/.gz/.bz2}
-xf $archdir/${pfile/.gz/.bz2}
# Patch protector.dif a bit to apply against current gcc-3
#[ $2 = gcc3 ] && patch -p1 < $1/package/base/$2/protector-hotfix.diff