From 60a11f87366fdfbd114cdc91ff813518858e5f8d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 18 Feb 2014 01:51:27 +0000 Subject: Tue Feb 18 01:50:28 UTC 2014 --- community/linux-tools/02-archlinux-paths.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 community/linux-tools/02-archlinux-paths.patch (limited to 'community/linux-tools/02-archlinux-paths.patch') diff --git a/community/linux-tools/02-archlinux-paths.patch b/community/linux-tools/02-archlinux-paths.patch new file mode 100644 index 000000000..223e7d783 --- /dev/null +++ b/community/linux-tools/02-archlinux-paths.patch @@ -0,0 +1,21 @@ +# Seblu was here +--- a/tools/perf/config/Makefile 2014-02-13 23:00:14.000000000 +0100 ++++ b/tools/perf/config/Makefile 2014-02-17 20:01:33.370539725 +0100 +@@ -561,7 +561,7 @@ + bindir = $(prefix)/$(bindir_relative) + mandir = share/man + infodir = share/info +-perfexecdir = libexec/perf-core ++perfexecdir = lib/perf + sharedir = $(prefix)/share + template_dir = share/perf-core/templates + htmldir = share/doc/perf-doc +@@ -573,7 +573,7 @@ + ETC_PERFCONFIG = etc/perfconfig + endif + ifeq ($(IS_X86_64),1) +-lib = lib64 ++lib = lib + else + lib = lib + endif -- cgit v1.2.3-54-g00ecf