summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-14 00:27:01 +0100
committerhut <hut@lavabit.com>2010-03-14 00:27:01 +0100
commit423ce88a4b4b139d64c5258b9ac64a0c3c0b3854 (patch)
tree8090e6c6478c3ec29094191b83533725cd433f0a /Makefile
parent2144cf26b899ce42b5aa5547aff63be5825e62be (diff)
downloadranger-423ce88a4b4b139d64c5258b9ac64a0c3c0b3854.tar.gz
make install: chmod after copying
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96be5b71..60de6487 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,8 @@ install: compile
 	@echo "Installing..."
 	cp ranger.py $(PREFIX)/bin/ranger
 	cp -ruT ranger $(DEST)
+	chmod 755 $(PREFIX)/bin/ranger
+	chmod -R +rX $(DEST)
 	@echo '--------------------------------------'
 	@echo 'Finished.'
 	@echo 'If you use BASH or ZSH, you can activate an extra feature now:'