xorg-x11-apps/x11perf-1.6.0-x11perf-datadir-cleanups.patch
Troy Dawson a9f2f3ff91 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/xorg-x11-apps#cc171fed35f27827ba68837a4c20d3a6b240ff53
2020-10-15 14:07:19 -07:00

13 lines
522 B
Diff

diff -Naur x11perf-1.6.0.old/configure.ac x11perf-1.6.0/configure.ac
--- x11perf-1.6.0.old/configure.ac 2015-04-30 15:03:46.668372759 +0200
+++ 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)