diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-30 14:45:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-31 06:56:46 +0700 |
commit | 687763069bad8b3d579ce13400f01f5544a7b88c (patch) | |
tree | 28247ec2f0948470b4d9fb479c9fcca4f59d4a50 /multimedia | |
parent | 4223ba974edbefcf7297c5ebefbeabbfdef8a4c1 (diff) | |
download | slackbuilds-687763069bad8b3d579ce13400f01f5544a7b88c.tar.gz |
multimedia/plex-home-theater: copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/plex-home-theater/plex-home-theater.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/plex-home-theater/plex-home-theater.SlackBuild b/multimedia/plex-home-theater/plex-home-theater.SlackBuild index 0551f676da..61313c5e73 100644 --- a/multimedia/plex-home-theater/plex-home-theater.SlackBuild +++ b/multimedia/plex-home-theater/plex-home-theater.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# SlackBuild script for "plex-home-theater". +# Slackware build script for "plex-home-theater". -# Copyright 2014 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz || tar xvf $CWD/pht-v${VERSION}.tar.gz cd $PRGNAM-$VERSION || cd $PRGNAM-public-pht-v${VERSION} chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ @@ -108,7 +108,8 @@ mkdir -p $PKG/usr/share/pixmaps install -D -m 0644 $CWD/${PRGNAM}_512x512.png $PKG/usr/share/pixmaps mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CONTRIBUTORS LICENSE.GPL README README-BUILD-PLEX.md docs/README.* \ +cp -a \ + CONTRIBUTORS LICENSE.GPL README README-BUILD-PLEX.md docs/README.* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |