Fixed the build for operating systems that are not Haiku.
Spotted by luroh. Patched by augiedoggie. Fixes #7607. +alpha3 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41820 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -188,7 +188,7 @@ extractFile()
|
|||||||
rm $extractDir/.OptionalPackageDescription
|
rm $extractDir/.OptionalPackageDescription
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$stripOptionalPackageDebugSymbols" == "1" ]; then
|
if [ "$stripOptionalPackageDebugSymbols" = "1" ]; then
|
||||||
# strip executables in common/bin
|
# strip executables in common/bin
|
||||||
if [ -d $extractDir/common/bin ]; then
|
if [ -d $extractDir/common/bin ]; then
|
||||||
for file in `find $extractDir/common/bin -type f -a -perm +100 \
|
for file in `find $extractDir/common/bin -type f -a -perm +100 \
|
||||||
|
|||||||
Reference in New Issue
Block a user