diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-07-29 01:52:49 +0000 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-07-31 02:43:33 +0200 |
commit | 6b462e9dd9bd9ec9a1be9e0c696ffb2a977711b9 (patch) | |
tree | 5603a1dc0f435f02944c1e1d7e90546e36d73654 /testing/eatmemory/makefile.patch | |
parent | b53046180ad75645a4d44547431364fdcf75cc4a (diff) | |
download | aports-6b462e9dd9bd9ec9a1be9e0c696ffb2a977711b9.tar.bz2 aports-6b462e9dd9bd9ec9a1be9e0c696ffb2a977711b9.tar.xz |
testing/eatmemory: upgrade to 0.1.6 and modernize APKBUILD
Diffstat (limited to 'testing/eatmemory/makefile.patch')
-rw-r--r-- | testing/eatmemory/makefile.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/eatmemory/makefile.patch b/testing/eatmemory/makefile.patch index a838373a86..568c5dd638 100644 --- a/testing/eatmemory/makefile.patch +++ b/testing/eatmemory/makefile.patch @@ -1,10 +1,11 @@ --- a/Makefile +++ b/Makefile -@@ -2,7 +2,7 @@ +@@ -2,8 +2,7 @@ $(CC) eatmemory.c -o eatmemory install: eatmemory -- install -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory +- mkdir -p $(PREFIX)/bin +- install -m 0755 eatmemory $(PREFIX)/bin/ + install -D -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory clean: |