diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/wmtimer/wmtimer.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmtimer/wmtimer.SlackBuild b/desktop/wmtimer/wmtimer.SlackBuild index 6d70142469e5..c0f8fb718e30 100644 --- a/desktop/wmtimer/wmtimer.SlackBuild +++ b/desktop/wmtimer/wmtimer.SlackBuild @@ -74,7 +74,7 @@ find -L . \ # Let's compile! cd wmtimer -make +make CC="gcc -fgnu89-inline $SLKCFLAGS" # Create bin directory and move executable there mkdir -p $PKG/usr/bin |