summaryrefslogtreecommitdiffstats
path: root/multimedia/plex-home-theater/plex-home-theater.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/plex-home-theater/plex-home-theater.SlackBuild')
-rw-r--r--multimedia/plex-home-theater/plex-home-theater.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/plex-home-theater/plex-home-theater.SlackBuild b/multimedia/plex-home-theater/plex-home-theater.SlackBuild
index 602c3d7b6b..0551f676da 100644
--- a/multimedia/plex-home-theater/plex-home-theater.SlackBuild
+++ b/multimedia/plex-home-theater/plex-home-theater.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=plex-home-theater
-VERSION=${VERSION:-1.2.2_2d6426d733}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,8 +62,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
-cd $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 . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \