diff options
author | klaatu <klaatu@member.fsf.org> | 2020-01-07 21:42:19 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-09 23:23:19 +0700 |
commit | 5e57c72cef4ad790ad7de49a196c7146c11352cd (patch) | |
tree | 0a436ef310e1b2a61a9438ba50f4d451ae15b8a4 /audio/ntk/ntk.SlackBuild | |
parent | 09272d71208ba5c9f010296f1ed2699a8b57dea0 (diff) |
audio/ntk: Updated for version 20190925
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ntk/ntk.SlackBuild')
-rw-r--r-- | audio/ntk/ntk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ntk/ntk.SlackBuild b/audio/ntk/ntk.SlackBuild index 6a5bc29cd8..22a8d6ebc5 100644 --- a/audio/ntk/ntk.SlackBuild +++ b/audio/ntk/ntk.SlackBuild @@ -14,7 +14,7 @@ SRCNAM=ntk #comment out if building from git #to build from git uncomment this one #SRCNAM=non -VERSION=${VERSION:-23092014} +VERSION=${VERSION:-20190925} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-git-$VERSION -tar xvf $CWD/$SRCNAM-git-$VERSION.tar.bz2 +tar xvf $CWD/$SRCNAM-git-$VERSION.tar.xz cd $SRCNAM-git-$VERSION chown -R root:root . find -L . \ @@ -60,7 +60,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # do this if cloning from git -#git submodule update --init +#git submodule update --init --depth 1 # we are at project root, ie non/ cd lib/ntk |