aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-30 14:47:25 +0100
committerBert <ber.t@gmx.com>2011-01-30 14:47:25 +0100
commit56cd150b9d0ef7fb21cafee6152045fd2e2da0ee (patch)
tree9ea6029b2372ad9dde9383328a1dda7a3454b680
parentc52c4fa69e2a6a58813fe35a5c4a1fe23661db03 (diff)
downloadnsxiv-56cd150b9d0ef7fb21cafee6152045fd2e2da0ee.tar.zst
Fixed setuid and typo in Makefile, damn copy&paste
-rw-r--r--Makefile2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/README.md b/README.md
index 6cf1f68..96eadf7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ sxiv is built using the commands:
Please note, that the latter one requires root privileges.
By default, sxiv is installed using the prefix "/usr/local", so the full path
-of the executable will be "/usr/local/sbin/sxiv".
+of the executable will be "/usr/local/bin/sxiv".
You can install it into a directory of your choice by changing the second
command to: