diff options
Diffstat (limited to 'desktop/wmsm.app/wmsm.app.SlackBuild')
-rw-r--r-- | desktop/wmsm.app/wmsm.app.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmsm.app/wmsm.app.SlackBuild b/desktop/wmsm.app/wmsm.app.SlackBuild index 78c5ddbc94..e71e4b9390 100644 --- a/desktop/wmsm.app/wmsm.app.SlackBuild +++ b/desktop/wmsm.app/wmsm.app.SlackBuild @@ -59,7 +59,7 @@ cd wmsm CFLAGS="$SLKCFLAGS" \ INCDIR="-I/usr/include/X11" \ LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11" - # Executable is copied to the correct location + # Executable is copied to the correct location mkdir -p $PKG/usr/bin cp -a wmsm $PKG/usr/bin strip --strip-unneeded $PKG/usr/bin/wmsm |