diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
commit | 60a11f87366fdfbd114cdc91ff813518858e5f8d (patch) | |
tree | d033f4a5a08a99ff07ac631677fb119dff3abba8 /community/linux-tools/02-archlinux-paths.patch | |
parent | 35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff) |
Tue Feb 18 01:50:28 UTC 2014
Diffstat (limited to 'community/linux-tools/02-archlinux-paths.patch')
-rw-r--r-- | community/linux-tools/02-archlinux-paths.patch | 21 |
1 files changed, 21 insertions, 0 deletions
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 |