From 03a711523fc1e28a99d06711717d77f8be19bfa1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 10 Mar 2013 17:00:31 +0100 Subject: [PATCH] new location for steam wrapper --- bin/steam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steam b/bin/steam index cc5fb24..4822d9c 100755 --- a/bin/steam +++ b/bin/steam @@ -6,6 +6,6 @@ export STEAMWM_FIX_NET_WM_NAME=1 export STEAMWM_GROUP_WINDOWS=1 export STEAMWM_SET_WINDOW_TYPE=1 -export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm.so:$LD_PRELOAD" +export LD_PRELOAD="/home/ramsi/src/steamwm/steamwm/steamwm.so:$LD_PRELOAD" exec /usr/bin/steam ${1:-"steam://open/games/"} -- 2.48.1