aboutsummaryrefslogtreecommitdiff
path: root/audio/pianobar/pianobar.SlackBuild
diff options
context:
space:
mode:
authorPhillip Warner <pc_warner@yahoo.com>2011-07-19 09:59:56 -0300
committerRobby Workman <rworkman@slackbuilds.org>2011-07-21 22:52:12 -0500
commit5d2fe40bf19ffb3a77ece62b61c46bc0aa1b4c98 (patch)
treef7f15b4409a5c0e2c6d1b6bf968950f6219c1800 /audio/pianobar/pianobar.SlackBuild
parent5cf142a29f11d10daf37ec55951667fa222b27a6 (diff)
downloadslackbuilds-5d2fe40bf19ffb3a77ece62b61c46bc0aa1b4c98.tar.xz
audio/pianobar: Updated for version 2011.07.09.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/pianobar/pianobar.SlackBuild')
-rw-r--r--audio/pianobar/pianobar.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pianobar/pianobar.SlackBuild b/audio/pianobar/pianobar.SlackBuild
index c9b95c86556b..4413261ccaee 100644
--- a/audio/pianobar/pianobar.SlackBuild
+++ b/audio/pianobar/pianobar.SlackBuild
@@ -4,7 +4,7 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=pianobar
-VERSION=${VERSION:-2011.04.27}
+VERSION=${VERSION:-2011.07.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix Makefile and make sure the CFLAGS is respected
+# Fix Makefile
patch -p1 < $CWD/Makefile.diff
CFLAGS="$SLKCFLAGS" \