From 56cd150b9d0ef7fb21cafee6152045fd2e2da0ee Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 30 Jan 2011 14:47:25 +0100 Subject: Fixed setuid and typo in Makefile, damn copy&paste --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97b23c1..3b231f0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ sxiv: $(OBJFILES) $(CC) $(CFLAGS) -c -o $@ $< install: all - install -D -m 4755 -o root -g root sxiv $(PREFIX)/bin/sxiv + install -D -m 755 -o root -g root sxiv $(PREFIX)/bin/sxiv mkdir -p $(PREFIX)/share/man/man1 sed "s/VERSION/$(VERSION)/g" sxiv.1 > $(PREFIX)/share/man/man1/sxiv.1 chmod 644 $(PREFIX)/share/man/man1/sxiv.1 -- cgit v1.2.3-54-g00ecf