summaryrefslogtreecommitdiff
path: root/package/trinity/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-20 17:56:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-20 17:57:04 +0100
commiteaccf5347318484081ff5dc3beacf1c266607910 (patch)
tree893c369d874613714d35613e7a14fb7545479924 /package/trinity/patches/patch-Makefile
parent4ab4250d825e8b296908bb10ef37a7367e148047 (diff)
add new package for syscall fuzzing
Diffstat (limited to 'package/trinity/patches/patch-Makefile')
-rw-r--r--package/trinity/patches/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/trinity/patches/patch-Makefile b/package/trinity/patches/patch-Makefile
new file mode 100644
index 000000000..d6b7ac036
--- /dev/null
+++ b/package/trinity/patches/patch-Makefile
@@ -0,0 +1,10 @@
+--- trinity-1.5.orig/Makefile 2015-03-02 17:08:20.000000000 +0100
++++ trinity-1.5/Makefile 2015-03-19 17:23:36.000000000 +0100
+@@ -1,6 +1,6 @@
+ VERSION="1.5"
+
+-INSTALL_PREFIX ?= $(DESTDIR)
++INSTALL_PREFIX ?= $(DESTDIR)/usr
+ INSTALL_PREFIX ?= $(HOME)
+ NR_CPUS := $(shell grep ^processor /proc/cpuinfo | /usr/bin/wc -l)
+