diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-13 08:24:04 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-13 08:24:04 +0200 |
commit | c303057868fae4e38949a8c79d4652c204ce2682 (patch) | |
tree | c50eebeac211fb9215e9acbcbac06f263196ed0d /Makefile | |
parent | a291596367c01c3dbc7c40efff4ff04834196f89 (diff) |
Bugfix: Install manpage from new path (Thanks shatter)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |