diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2017-12-19 11:06:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-20 06:31:28 +0700 |
commit | 97e5637421badafd7909a44a7595331165a30f3e (patch) | |
tree | cf5dc4270f2fe5d276e875434ac0e1fa033c45f7 /system/ostree/ostree.SlackBuild | |
parent | 0b06af1cd96f06aaef16e5994cb093c7edd3c393 (diff) |
system/ostree: Updated for version 2017.14.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ostree/ostree.SlackBuild')
-rw-r--r-- | system/ostree/ostree.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/ostree/ostree.SlackBuild b/system/ostree/ostree.SlackBuild index 9e7ad51086099..15b39f904e83b 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 \ |