diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 19:46:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:27 +0200 |
commit | 5e045081518e61e6651bc6040402138be6a76483 (patch) | |
tree | 5f2f24fa1605fb67c867367486c4d277e43edb9c /system/gkrellm-volume/gkrellm-volume.SlackBuild | |
parent | a3efc5eb37a545f428ac5182e47482ab2644cb15 (diff) |
system/gkrellm-volume: Updated for version 2.1.13
Diffstat (limited to 'system/gkrellm-volume/gkrellm-volume.SlackBuild')
-rw-r--r-- | system/gkrellm-volume/gkrellm-volume.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gkrellm-volume/gkrellm-volume.SlackBuild b/system/gkrellm-volume/gkrellm-volume.SlackBuild index d67fc3a2edd0..ef680d37f98d 100644 --- a/system/gkrellm-volume/gkrellm-volume.SlackBuild +++ b/system/gkrellm-volume/gkrellm-volume.SlackBuild @@ -43,7 +43,7 @@ chown -R root:root . chmod -R a-s,u+w,go+r-w . # Patch the Makefile and po/Makefile to support DESTDIR -cat $CWD/Makefile.diff | patch -p1 --verbose || exit 1 +patch -p1 < $CWD/Makefile.diff || exit 1 make enable_nls=1 enable_alsa=1 || exit 1 make enable_nls=1 enable_alsa=1 install DESTDIR=$PKG || exit 1 |