aboutsummaryrefslogtreecommitdiffstats
path: root/testing/eatmemory/makefile.patch
blob: 568c5dd63831d4a831c6732f9129f65d4ede4592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@
 	$(CC) eatmemory.c -o eatmemory
 
 install: eatmemory
-	mkdir -p $(PREFIX)/bin
-	install -m 0755 eatmemory $(PREFIX)/bin/
+	install -D -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory
 
 clean:
 	rm -rf *o eatmemory