diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:03:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:26:30 -0600 |
commit | 6f312ecf2ca248edb1f6e596d3d2dbbeb030b2e4 (patch) | |
tree | ebf4a2ca0e6e15a5418645668d230e6b15bf92f3 /audio/rubyripper/rubyripper.SlackBuild | |
parent | 6591f954f4cc5486d5b0dce4e7cc912ae2d42af4 (diff) | |
download | slackbuilds-6f312ecf2ca248edb1f6e596d3d2dbbeb030b2e4.tar.gz |
audio/rubyripper: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/rubyripper/rubyripper.SlackBuild')
-rw-r--r-- | audio/rubyripper/rubyripper.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rubyripper/rubyripper.SlackBuild b/audio/rubyripper/rubyripper.SlackBuild index 1e628cc5a9..7079023a3e 100644 --- a/audio/rubyripper/rubyripper.SlackBuild +++ b/audio/rubyripper/rubyripper.SlackBuild @@ -63,7 +63,7 @@ find . \ # we should patch this regardless, because if 'gtk2' is present # it will fail the build -zcat ${CWD}/configure.patch.gz | patch configure +cat ${CWD}/configure.patch | patch configure ./configure \ --prefix=/usr \ |