diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-08-11 19:22:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-08-11 19:22:24 +0200 |
commit | dcc37792eb3993dd5e9e448c03d275b7e33035d3 (patch) | |
tree | c786beff7d822a9ab26f8baf0fe23ecf71e0e2fe /etc | |
parent | 69533c61f116b6648c0b22ab8c6501d200ebe629 (diff) |
rebuild -> chmod
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |