summaryrefslogtreecommitdiffstats
path: root/audio/ntk/ntk.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2021-01-07 19:16:08 +0100
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:45:03 -0500
commit63dd2d82de5d804d935b886f3b37e18b2e0e6466 (patch)
tree179d10af658a41c232565e388c3dd149adba3f5f /audio/ntk/ntk.SlackBuild
parent16d9bb042ba476acebe9c929a599948eeb1e1fd0 (diff)
downloadslackbuilds-63dd2d82de5d804d935b886f3b37e18b2e0e6466.tar.gz
slackbuilds-63dd2d82de5d804d935b886f3b37e18b2e0e6466.tar.xz
audio/ntk: Avoid an fs loop error with find.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/ntk/ntk.SlackBuild')
-rw-r--r--audio/ntk/ntk.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ntk/ntk.SlackBuild b/audio/ntk/ntk.SlackBuild
index c546364f34..12f92e8f5a 100644
--- a/audio/ntk/ntk.SlackBuild
+++ b/audio/ntk/ntk.SlackBuild
@@ -52,6 +52,7 @@ cd $TMP
rm -rf $SRCNAM-git-$VERSION
tar xvf $CWD/$SRCNAM-git-$VERSION.tar.xz
cd $SRCNAM-git-$VERSION
+rm nonlib/nonlib
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \