diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 16:54:28 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:26:58 -0600 |
commit | 1570e9f8138513f992c971a82ceab258f7861071 (patch) | |
tree | 1ed938f7cb704a5d482a28be47973e980f9dcf7d /games/sdlmess/sdlmess.SlackBuild | |
parent | 059aa944e86779a8659ac16bcdffe132e514de48 (diff) |
games/sdlmess: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/sdlmess/sdlmess.SlackBuild')
-rw-r--r-- | games/sdlmess/sdlmess.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sdlmess/sdlmess.SlackBuild b/games/sdlmess/sdlmess.SlackBuild index d1338aa74b5ce..66dd0d7f43ade 100644 --- a/games/sdlmess/sdlmess.SlackBuild +++ b/games/sdlmess/sdlmess.SlackBuild @@ -50,7 +50,7 @@ chmod -R a-s,u+w,go+r-w . # This patch makes sdlmess look for its config file (mess.ini) in # $HOME/.mess, then /etc. -zcat $CWD/ini_path.diff.gz | patch -p1 +patch -p1 < $CWD/ini_path.diff # The MESS debugger requires GConf.If you really really want the # debugger, install GConf, then remove the NO_DEBUGGER=1 NO_X11=1 below. |