diff options
Diffstat (limited to 'system/wmgtemp')
-rw-r--r-- | system/wmgtemp/wmgtemp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/wmgtemp/wmgtemp.SlackBuild b/system/wmgtemp/wmgtemp.SlackBuild index c3598d3dd00d5..dc24f082c59e3 100644 --- a/system/wmgtemp/wmgtemp.SlackBuild +++ b/system/wmgtemp/wmgtemp.SlackBuild @@ -73,7 +73,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Let's compile! -make +make CC="gcc -fgnu89-inline $SLKCFLAGS" # Create bin directory and move executable there mkdir -p $PKG/usr/bin |