summaryrefslogtreecommitdiffstats
path: root/desktop/wmSunMoon/wmSunMoon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmSunMoon/wmSunMoon.SlackBuild')
-rw-r--r--desktop/wmSunMoon/wmSunMoon.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/wmSunMoon/wmSunMoon.SlackBuild b/desktop/wmSunMoon/wmSunMoon.SlackBuild
index 1c7e3cd927..a58bafb725 100644
--- a/desktop/wmSunMoon/wmSunMoon.SlackBuild
+++ b/desktop/wmSunMoon/wmSunMoon.SlackBuild
@@ -6,7 +6,7 @@
# Modified by the SlackBuilds.org project.
PRGNAM=wmSunMoon
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,12 +53,13 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cd wmSunMoon
- mkdir -p $PKG/usr/{bin,man/man1}
+ mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION}
make \
COPTS="$SLKCFLAGS" \
INCDIR="-I/usr/include/X11" \
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
- make install DESTDIR=$PKG/usr
+ cp -a wmSunMoon $PKG/usr/bin
+ cp -a wmSunMoon.1 $PKG/usr/man/man1
cd -
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \