diff options
author | Bert <ber.t@gmx.com> | 2011-01-23 18:24:48 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-23 18:24:48 +0100 |
commit | 1b0528c7a2bd8cc28af404aa5f5f207719cca7b2 (patch) | |
tree | 0800b39ce14700cf7c4fc0ce32d996246e26736b /Makefile | |
parent | d3da0eb71e279f394803eea99f3b1be7b94bd511 (diff) |
Fixed Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,9 @@ sxiv: $(OBJFILES) $(CC) $(CFLAGS) -c -o $@ $< install: all - install -D -m 4755 -o root -g root sxiv $(PREFIX)/sbin/sxiv + install -D -m 4755 -o root -g root sxiv $(PREFIX)/bin/sxiv mkdir -p $(PREFIX)/share/man/man1 - sed "s/VERSION/$(VERSION)/g" dwm.1 > $(PREFIX)/share/man/man1/sxiv.1 + sed "s/VERSION/$(VERSION)/g" sxiv.1 > $(PREFIX)/share/man/man1/sxiv.1 chmod 644 $(PREFIX)/share/man/man1/sxiv.1 clean: |