Makefile broken
0xTim opened this issue · 1 comments
0xTim commented
Make install currently not working
snowskeleton commented
Seem to have fixed this issue by changing mv .build/release/vapor ${DEST}
to sudo mv .build/release/vapor ${DEST}
. Also added sudo chmod 755 ${DEST}
to make the permissions match with the rest of the system.