diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-08-23 00:31:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-08-23 00:31:26 +0200 |
commit | 7df43bd5aaeb02a999212679af6e0811766e9a8f (patch) | |
tree | 653b9813d2ccc49f851abcc1a3019056ac091264 /Makefile | |
parent | 987ec073bde3f526584942d926244d3b0f21a529 (diff) |
Fix wrong path on manpage install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ inotail: inotail.o install: inotail install -m 775 -D inotail $(DESTDIR)$(prefix)/bin/inotail - install -m 644 -D inotail.1 $(DESTDIR)$(prefix)/share/man1/inotail.1 + install -m 644 -D inotail.1 $(DESTDIR)$(prefix)/share/man/man1/inotail.1 cscope: cscope -b |