summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
authorFronkles McFranko2021-01-18 11:26:43 -0800
committerFronkles McFranko2021-01-18 11:26:43 -0800
commitdce2e63f0c95ed56116a2e1fcfb8b0dfa6fa5e89 (patch)
treefb5e48a61f1a391570ff656edfbc3524654773ac /Makefile.patch
parent1aa2a68d2bd0e418b6ecaba3471dbd8126ebce32 (diff)
downloadaur-afetch-git.tar.gz
Removed patch as it was no longer needed.
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