mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
fix check for resourcefork of InterfaceLib
This commit is contained in:
parent
fbdf2c4bcb
commit
5f4733ea5f
@ -269,7 +269,7 @@ function setUpInterfacesAndLibraries()
|
||||
|
||||
if [ $BUILD_PPC != false ]; then
|
||||
mkdir -p "$PREFIX/universal/libppc"
|
||||
case `ResInfo -n "$INTERFACELIB" > /dev/null || echo 0` in
|
||||
case `ResInfo -n "$INTERFACELIB" 2> /dev/null || echo 0` in
|
||||
0)
|
||||
if [ -n "$INTERFACELIB" ]; then
|
||||
echo "WARNING: Couldn't read resource fork for \"$INTERFACELIB\"."
|
||||
|
Loading…
Reference in New Issue
Block a user