'added ntfs-3g and syslinux to support'

This commit is contained in:
Tobias Powalowski 2009-04-26 11:16:12 +02:00
parent 5d6f547364
commit a0ddaf99dd

View file

@ -44,7 +44,7 @@ install ()
DEVEL="$DEVEL $(echo $i)" DEVEL="$DEVEL $(echo $i)"
done done
SUPPORT="" SUPPORT=""
SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g'))" SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g')) ntfs-3g syslinux"
for i in base devel lib support; do for i in base devel lib support; do
mkdir $i mkdir $i
svn co -N ${SVNSETUP} $i svn co -N ${SVNSETUP} $i