]> git.sur5r.net Git - i3/i3status/commitdiff
Bugfix: Install manpage from new path (Thanks shatter)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Oct 2009 06:24:04 +0000 (08:24 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Oct 2009 06:24:04 +0000 (08:24 +0200)
Makefile

index 78984f6275a40ff3272258c99054f7b67baef524..2b8f0cc3c7d46efad5acd938f78efd66df331c32 100644 (file)
--- 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 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}
 
 release:
        [ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}