diff options
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 \ |