aports/testing/cpufetch/fix-makefile-install.patch
Milan P. Stanić 9d7f4839e6 testing/cpufetch: new aport
https://github.com/Dr-Noob/cpufetch
simple yet fancy CPU architecture fetching tool
2021-04-24 07:26:42 +00:00

13 lines
566 B
Diff

--- a/Makefile 2020-12-08 17:33:42.000000000 +0000
+++ b/Makefile 2021-04-23 18:17:00.499072686 +0000
@@ -51,6 +51,6 @@
@rm $(OUTPUT)
install: $(OUTPUT)
- install -Dm755 "cpufetch" "/usr/bin/cpufetch"
- install -Dm644 "LICENSE" "/usr/share/licenses/cpufetch-git/LICENSE"
- install -Dm644 "cpufetch.8" "/usr/share/man/man8/cpufetch.8.gz"
+ install -Dm755 "cpufetch" "$(DESTDIR)/usr/bin/cpufetch"
+ install -Dm644 "LICENSE" "$(DESTDIR)/usr/share/licenses/cpufetch-git/LICENSE"
+ install -Dm644 "cpufetch.8" "$(DESTDIR)/usr/share/man/man8/cpufetch.8.gz"