summaryrefslogtreecommitdiffstats
path: root/system/ostree/ostree.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ostree/ostree.SlackBuild')
-rw-r--r--system/ostree/ostree.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/ostree/ostree.SlackBuild b/system/ostree/ostree.SlackBuild
index 9e7ad51086..15b39f904e 100644
--- a/system/ostree/ostree.SlackBuild
+++ b/system/ostree/ostree.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=ostree
-VERSION=${VERSION:-2016.15}
+VERSION=${VERSION:-2017.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
-cd $PRGNAM-$VERSION
+rm -rf lib${PRGNAM}-$VERSION
+tar xvf $CWD/lib${PRGNAM}-$VERSION.tar.xz
+cd lib${PRGNAM}-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \