aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2014-02-19 02:22:39 +0100
committerAndreas Schäfer <gentryx@gmx.de>2014-02-19 02:22:39 +0100
commita4fbcb6accadc4c31ef64abcfbee3845f42a242f (patch)
treed561b0d448811103604ce95be23a5b3d7e630973 /sys-apps/likwid/files
parentmerged sed commands into one (diff)
downloadsci-a4fbcb6accadc4c31ef64abcfbee3845f42a242f.tar.gz
sci-a4fbcb6accadc4c31ef64abcfbee3845f42a242f.tar.bz2
sci-a4fbcb6accadc4c31ef64abcfbee3845f42a242f.zip
simplified path setting for access daemon
Diffstat (limited to 'sys-apps/likwid/files')
-rw-r--r--sys-apps/likwid/files/likwid-3.1.1-paths.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys-apps/likwid/files/likwid-3.1.1-paths.patch b/sys-apps/likwid/files/likwid-3.1.1-paths.patch
index a5d28240d..79fa0ca72 100644
--- a/sys-apps/likwid/files/likwid-3.1.1-paths.patch
+++ b/sys-apps/likwid/files/likwid-3.1.1-paths.patch
@@ -1,7 +1,7 @@
diff -ru likwid-3.1.1/config.mk likwid-3.1.1-nju/config.mk
--- likwid-3.1.1/config.mk 2014-02-12 17:14:16.000000000 +0100
+++ likwid-3.1.1-nju/config.mk 2014-02-19 00:22:02.530917183 +0100
-@@ -10,12 +10,12 @@
+@@ -10,8 +10,8 @@
# Path were to install likwid
PREFIX = /usr/local#NO SPACE
@@ -11,11 +11,6 @@ diff -ru likwid-3.1.1/config.mk likwid-3.1.1-nju/config.mk
# For the daemon based secure msr/pci access configure
# the absolute path to the msr daemon executable.
# $(PREFIX)/bin/likwid-accessD
--ACCESSDAEMON = $(PREFIX)/bin/likwid-accessD#NO SPACE
-+ACCESSDAEMON = PREFIX_MARKER/likwid-accessD#NO SPACE
-
- # Build the accessDaemon. Have a look in the WIKI for details.
- BUILDDAEMON = true#NO SPACE
@@ -26,7 +26,7 @@
ACCESSMODE = accessdaemon#NO SPACE