xorg-x11-apps/x11perf-1.6.0-x11perf-datadir-cleanups.patch
2019-11-29 15:13:17 +08:00

13 lines
530 B
Diff

diff -Naur a/x11perf-1.6.0.old/configure.ac b/x11perf-1.6.0/configure.ac
--- a/x11perf-1.6.0.old/configure.ac 2015-04-30 15:03:46.668372759 +0200
+++ b/x11perf-1.6.0/configure.ac 2015-04-30 15:03:56.617354502 +0200
@@ -39,7 +39,7 @@
XORG_DEFAULT_OPTIONS
# Define the installation directory for the x11 performance compare scripts
-AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp])
+AC_SUBST([x11perfcompdir], [$datadir/X11/x11perfcomp])
# Checks for programs run by the scripts we install
AC_PATH_PROG(MKTEMP, mktemp)