You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/powerstat/files/powerstat-0.02.17-makefile....

14 lines
432 B

--- a/Makefile 2018-06-11 07:57:10.308456253 +0300
+++ b/Makefile 2018-06-11 07:57:51.277432564 +0300
@@ -51,8 +51,8 @@
rm -f powerstat powerstat.o powerstat.8.gz
rm -f powerstat-$(VERSION).tar.gz
-install: powerstat powerstat.8.gz
+install: powerstat
mkdir -p ${DESTDIR}${BINDIR}
cp powerstat ${DESTDIR}${BINDIR}
mkdir -p ${DESTDIR}${MANDIR}
- cp powerstat.8.gz ${DESTDIR}${MANDIR}
+ cp powerstat.8 ${DESTDIR}${MANDIR}