summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.patch')
-rw-r--r--Makefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.patch b/Makefile.patch
deleted file mode 100644
index 0e16958148fb..000000000000
--- a/Makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-19,20c19,22
-< cp ./afetch /usr/local/bin/afetch
-< chmod 711 /usr/local/bin/afetch
----
-> mkdir -p ${DESTDIR}/${PREFIX}/bin
->
-> cp ./afetch ${DESTDIR}/${PREFIX}/bin/afetch
-> chmod 711 ${DESTDIR}/${PREFIX}/bin/afetch
-22c24
-< rm -f /usr/local/bin/afetch
----
-> rm -f ${DESTDIR}/${PREFIX}/bin/afetch