From 1b0528c7a2bd8cc28af404aa5f5f207719cca7b2 Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 23 Jan 2011 18:24:48 +0100 Subject: Fixed Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98dc765..9f19fe5 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3-54-g00ecf