From fc49edd99a387752a98dda8ec559c5e86711d7f8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 15 Dec 2014 01:26:09 +0000 Subject: [PATCH] mkdir .steam/bin32 --- functions/fn_steamfix | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/fn_steamfix b/functions/fn_steamfix index 71245900b..20ac92929 100644 --- a/functions/fn_steamfix +++ b/functions/fn_steamfix @@ -25,6 +25,7 @@ mkdir -pv "${HOME}/.steam/sdk32" if [ "${gamename}" == "Garrys's Mod" ];then cp -v "${filesdir}/bin/libsteam.so" "${HOME}/.steam/sdk32/libsteam.so" elif [ "${gamename}" == "Serious Sam 3: BFE" ];then + mkdir "${HOME}/.steam/bin32" cp -v "${filesdir}/Bin/libsteam.so" "${HOME}/.steam/bin32/libsteam.so" fi sleep 1