summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-08-11 19:22:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-08-11 19:22:24 +0200
commitdcc37792eb3993dd5e9e448c03d275b7e33035d3 (patch)
treec786beff7d822a9ab26f8baf0fe23ecf71e0e2fe
parent69533c61f116b6648c0b22ab8c6501d200ebe629 (diff)
rebuild -> chmod
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 0de3341..98a07d8 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -379,7 +379,7 @@ alias pdftopng='pdftoppm -png'
alias rd='rmdir'
-alias rebuild='perl Build.PL && ./Build && ./Build manifest && prove -b && sudo ./Build install'
+alias rebuild='perl Build.PL && ./Build && ./Build manifest && prove -b && sudo ./Build install && sudo chmod -R a+rX /usr/local'
alias remake='make clean; make && sudo make install'
alias rmake='make && sudo make install'
alias pmake='make && make program'