aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-20 00:43:37 +0100
committerMattias Andrée <maandree@kth.se>2021-02-20 00:43:37 +0100
commiteb199704fbdfc2e20108a646205bbf162d9359f0 (patch)
treebb3bfc78525c7e75b9b171507e85dba363e4f83a
parentm + improve makefile (diff)
downloadblue-1.1.tar.gz
blue-1.1.tar.bz2
blue-1.1.tar.xz
fix makefile1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1589ccf..e59affe 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ install:
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1"
mkdir -p -- "$(DESTDIR)$(PREFIX)/share/licenses/blue"
cp -- blue "$(DESTDIR)$(PREFIX)/bin/"
- cp -- blue.1 "$(DESTDIR)$(MANDIR)/man1/"
+ cp -- blue.1 "$(DESTDIR)$(MANPREFIX)/man1/"
cp -- LICENSE "$(DESTDIR)$(PREFIX)/share/licenses/blue/"
uninstall: