From 9000b7a1a050467b995e9e55d749829b249782a2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 18 Jun 2017 12:33:24 -0400 Subject: accessibility/xdotool: Minor script tweak. Signed-off-by: B. Watson --- accessibility/xdotool/xdotool.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'accessibility') diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild index e8d36de5f621f..3625f5e739de2 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 -- cgit v1.2.3