Skip to content

Commit 5c87fca

Browse files
committed
avoid falin if /tmp/SSb is missing an putting /test.c in root...
1 parent df0aac8 commit 5c87fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builds/wine-tkg/wine-tkg.SlackBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ if [ "$ARCH" != "x86_64" ]; then
6565
exit 1
6666
fi
6767

68+
mkdir -p "$TMP"
6869
WINETMP="$( mktemp -d "$TMP/wine-test-XXXXXX" )"
6970
echo "int main(void) {; return(0); }" > "$WINETMP/test.c"
7071
gcc -m32 "$WINETMP/test.c" -o /dev/null >/dev/null 2>&1 && WINE32TEST=${WINE32TEST:-yes}

0 commit comments

Comments
 (0)