summaryrefslogtreecommitdiff
blob: 1134a814d027f40858e372700b987499b1488255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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}