diff options
-rw-r--r-- | network/XD/XD.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/XD/XD.SlackBuild b/network/XD/XD.SlackBuild index 86e4ae47a97a4..9d61db3121a91 100644 --- a/network/XD/XD.SlackBuild +++ b/network/XD/XD.SlackBuild @@ -79,6 +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" make install PREFIX=$PKG/usr find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |