libraries/hyperscan: Remove fix unnecessary for current.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-11-14 20:38:15 +01:00 committed by Robby Workman
parent 9401ef00ac
commit 9d9d370c5b

View file

@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i -e 's/mktemp/mktemp-gnu/' cmake/build_wrapper.sh
mkdir -p build
cd build
cmake \