summaryrefslogtreecommitdiffstats
path: root/multimedia/spotify/spotify.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/spotify/spotify.SlackBuild')
-rw-r--r--multimedia/spotify/spotify.SlackBuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/multimedia/spotify/spotify.SlackBuild b/multimedia/spotify/spotify.SlackBuild
index 48a3a944bf..34f7928f44 100644
--- a/multimedia/spotify/spotify.SlackBuild
+++ b/multimedia/spotify/spotify.SlackBuild
@@ -2,6 +2,8 @@
#
# Slackware build script for spotify
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2011-2013 Minime
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
@@ -20,15 +22,6 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-##############################################
-# Changelog
-#
-# Changes by Klaatu @member.fsf.org
-# * Updated for 0.9.0.133.gd18ed58.259
-# * Added a Sed command from github.com/xhochy/gentoo-overlay/blob/master/media-sound/spotify/spotify-0.8.8.323.ebuild
-#
-# * Updated for 0.9.1.55.gbdd3b79.203
-##############################################
PRGNAM=spotify
VERSION=0.9.4.183.g644e24e.428
@@ -55,7 +48,7 @@ ar -p $CWD/${PRGNAM}-client_${VERSION}-1_${DEBARCH}.deb data.tar.gz | tar zxv
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;