summaryrefslogtreecommitdiffstats
path: root/system/gkrellm-volume/gkrellm-volume.SlackBuild
diff options
context:
space:
mode:
author Paul Wisehart2010-05-11 19:46:27 +0200
committer Robby Workman2010-05-11 19:46:27 +0200
commit5e045081518e61e6651bc6040402138be6a76483 (patch)
tree5f2f24fa1605fb67c867367486c4d277e43edb9c /system/gkrellm-volume/gkrellm-volume.SlackBuild
parenta3efc5eb37a545f428ac5182e47482ab2644cb15 (diff)
downloadslackbuilds-5e045081518e61e6651bc6040402138be6a76483.tar.gz
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.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gkrellm-volume/gkrellm-volume.SlackBuild b/system/gkrellm-volume/gkrellm-volume.SlackBuild
index d67fc3a2ed..ef680d37f9 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