mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
544 B
Diff
21 lines
544 B
Diff
# 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
|