added comment to XD.SlackBuild about

export module breaking build
This commit is contained in:
shelldweller 2022-03-28 08:01:18 -06:00
parent ee8fed8ad5
commit ed9c9488cc
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -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 {} \;
# this breaks the build on 4.x series, was not put here by the author.
#export GO111MODULE="off"
make install PREFIX=$PKG/usr