aboutsummaryrefslogtreecommitdiffstats
path: root/testing/eatmemory/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/eatmemory/makefile.patch')
-rw-r--r--testing/eatmemory/makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/eatmemory/makefile.patch b/testing/eatmemory/makefile.patch
new file mode 100644
index 0000000000..a838373a86
--- /dev/null
+++ b/testing/eatmemory/makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ $(CC) eatmemory.c -o eatmemory
+
+ install: eatmemory
+- install -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory
++ install -D -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory
+
+ clean:
+ rm -rf *o eatmemory