mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
accessibility/xdotool: Minor script tweak.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
506b802584
commit
9000b7a1a0
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170618 bkw:
|
||||
# - stop running ldconfig during 'make install'. this is really just me being
|
||||
# nitpicky, but build scripts should never affect anything outside of $TMP.
|
||||
|
||||
# 20170301 bkw:
|
||||
# - get rid of support for v$VERSION.tar.gz
|
||||
# - use correct WTFPL link
|
||||
|
@ -84,7 +88,7 @@ find -L . \
|
|||
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX
|
||||
make WARNFLAGS="$SLKCFLAGS" PREFIX=/usr INSTALLLIB=/usr/lib$LIBDIRSUFFIX
|
||||
strip $PRGNAM libxdo.so
|
||||
make install PREFIX=$PKG/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX
|
||||
make install PREFIX=$PKG/usr INSTALLLIB=$PKG/usr/lib$LIBDIRSUFFIX LDCONFIG=true
|
||||
make $PRGNAM.html
|
||||
|
||||
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
|
||||
|
|
Loading…
Reference in a new issue