diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2012-05-20 16:53:13 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:10 -0500 |
commit | 1f93206a9ca8f2737e46be69f864ddab5bfe4c58 (patch) | |
tree | 79702e12233b6215bb37ab3b52561b9095dac1dd /audio/pianobar/pianobar.SlackBuild | |
parent | ea799079e1fec36a5740dfaed75c0b0dde724369 (diff) | |
download | slackbuilds-1f93206a9ca8f2737e46be69f864ddab5bfe4c58.tar.gz |
audio/pianobar: Updated for version 2012.05.06.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/pianobar/pianobar.SlackBuild')
-rw-r--r-- | audio/pianobar/pianobar.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pianobar/pianobar.SlackBuild b/audio/pianobar/pianobar.SlackBuild index 4fb35f8420..c51c7764aa 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:-2012.01.10} +VERSION=${VERSION:-2012.05.06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README ChangeLog contrib/config-example \ +cp -a COPYING README INSTALL ChangeLog contrib/config-example \ $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/example-scripts cp -a contrib/*.sh contrib/eventcmd-examples/ \ |