From c303057868fae4e38949a8c79d4652c204ce2682 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 13 Oct 2009 08:24:04 +0200 Subject: [PATCH] Bugfix: Install manpage from new path (Thanks shatter) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78984f6..2b8f0cc 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ install: install -m 755 -d $(DESTDIR)/usr/share/man/man1 install -m 755 i3status $(DESTDIR)/usr/bin/i3status install -m 644 i3status.conf $(DESTDIR)/etc/i3status.conf - install -m 644 i3status.1 $(DESTDIR)/usr/share/man/man1 + install -m 644 man/i3status.1 $(DESTDIR)/usr/share/man/man1 release: [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION} -- 2.39.2