diff --git a/XD/XD/XD.SlackBuild b/XD/XD/XD.SlackBuild index fd4fa35..5df190f 100755 --- a/XD/XD/XD.SlackBuild +++ b/XD/XD/XD.SlackBuild @@ -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 \