diff options
Diffstat (limited to 'system/xautolock/xautolock.SlackBuild')
-rw-r--r-- | system/xautolock/xautolock.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/xautolock/xautolock.SlackBuild b/system/xautolock/xautolock.SlackBuild index 152e0f3622cf..cbd1c498167b 100644 --- a/system/xautolock/xautolock.SlackBuild +++ b/system/xautolock/xautolock.SlackBuild @@ -9,7 +9,7 @@ PRGNAM=xautolock VERSION=2.1 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -35,13 +35,13 @@ make install.man DESTDIR=$PKG || exit 1 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null ) -gzip -9 $PKG/usr/X11R6/man/man1/xautolock.1x || exit 1 +gzip -9 $PKG/usr/man/man1/xautolock.1x || exit 1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a Changelog Readme VMS.notes Todo $PKG/usr/doc/$PRGNAM-$VERSION ( cd $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PRGNAM.SlackBuild - ln -s /usr/X11R6/lib/X11/doc/html/xautolock.1.html xautolock.1.html + ln -s /usr/lib/X11/doc/html/xautolock.1.html xautolock.1.html ) mkdir -p $PKG/install |