From dbf2c27e7b467cf370b6d7ebe379f8ebd63ed0cc Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 3 Apr 2012 12:48:36 +0100 Subject: [PATCH] correct paths --- strip_bins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strip_bins.sh b/strip_bins.sh index 40f95ac..fdedfae 100644 --- a/strip_bins.sh +++ b/strip_bins.sh @@ -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 ]]