libraries/sqliteodbc: Avoid a find loop.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-04 09:15:20 +01:00 committed by Willy Sudiarto Raharjo
parent 74194777d0
commit 6a836ee81a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -74,9 +74,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
rm -f source # avoid a find loop
patch -p1 < $CWD/fix-destdir-install.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \