From 423ce88a4b4b139d64c5258b9ac64a0c3c0b3854 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 14 Mar 2010 00:27:01 +0100 Subject: make install: chmod after copying --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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:' -- cgit 1.4.1-2-gfad0