correct paths

This commit is contained in:
Dave Murphy 2012-04-03 12:48:36 +01:00
parent b3d7b09f95
commit dbf2c27e7b

View File

@ -12,7 +12,7 @@ fi
for f in $prefix/bin/* \
$prefix/$target/bin/* \
$prefix/$package/libexec/gcc/$target/$GCC_VER/*
$prefix/libexec/gcc/$target/$GCC_VER/*
do
# exclude dll for windows, so for linux/osx, directories .la files, embedspu script & the gccbug text file
if ! [[ "$f" == *.dll || "$f" == *.so || -d $f || "$f" == *.la || "$f" == *-embedspu || "$f" == *-gccbug ]]