fixed broken XD SlackBuild

This commit is contained in:
shelldweller 2022-03-28 07:45:20 -06:00
parent 9e46e32823
commit ee8fed8ad5
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ 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 {} \;
export GO111MODULE="off"
#export GO111MODULE="off"
make install PREFIX=$PKG/usr
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \