diff options
author | hut <hut@lavabit.com> | 2010-03-14 00:27:01 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-14 00:27:01 +0100 |
commit | 423ce88a4b4b139d64c5258b9ac64a0c3c0b3854 (patch) | |
tree | 8090e6c6478c3ec29094191b83533725cd433f0a | |
parent | 2144cf26b899ce42b5aa5547aff63be5825e62be (diff) | |
download | ranger-423ce88a4b4b139d64c5258b9ac64a0c3c0b3854.tar.gz |
make install: chmod after copying
-rw-r--r-- | Makefile | 2 |
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:' |