diff options
author | B. Watson <yalhcru@gmail.com> | 2017-06-18 12:33:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:45 +0700 |
commit | 9000b7a1a050467b995e9e55d749829b249782a2 (patch) | |
tree | a81b4a73147803ad8798e3530542744790a0f444 /accessibility | |
parent | 506b8025845dbab35e72aecb20bc6307eb627126 (diff) | |
download | slackbuilds-9000b7a1a050467b995e9e55d749829b249782a2.tar.gz |
accessibility/xdotool: Minor script tweak.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/xdotool/xdotool.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index e8d36de5f6..3625f5e739 100644 --- a/accessibility/xdotool/xdotool.SlackBuild +++ b/accessibility/xdotool/xdotool.SlackBuild @@ -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 |