aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:41:09 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:41:09 +0100
commita51f2c1c955f0cc12684056564b8b770d7f10d8a (patch)
tree04c2723748ddba44195fcb22e044044701c31f96 /Makefile
parentMy first manpage! (diff)
downloadlowbat-gnu-a51f2c1c955f0cc12684056564b8b770d7f10d8a.tar.gz
lowbat-gnu-a51f2c1c955f0cc12684056564b8b770d7f10d8a.tar.bz2
lowbat-gnu-a51f2c1c955f0cc12684056564b8b770d7f10d8a.tar.xz
lowbat-gnu-a51f2c1c955f0cc12684056564b8b770d7f10d8a.tar.zst
lowbat-gnu-a51f2c1c955f0cc12684056564b8b770d7f10d8a.zip
Makefile mistake
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e785757..d7db2c4 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ MANPREFIX = $(PREFIX)/share/man
install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f bin/lowbat $(DESTDIR)$(PREFIX)/bin/
- chmod 755 $(DESTDIR)$(PREFIX)$/bin/lowbat
+ chmod 755 $(DESTDIR)$(PREFIX)/bin/lowbat
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f man/lowbat.1 $(DESTDIR)$(MANPREFIX)/man1/lowbat.1