Commit 37fda1f7a86bf93bf7aa8b2cd272d485ea8fb17a

Authored by dhuy
1 parent bf2f1d5c
Exists in master and in 1 other branch devel

Minor fix in Makefile

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
Makefile
... ... @@ -3,7 +3,9 @@ install:
3 3 if [ "$$choice" = "y" ]; then \
4 4 sudo npm install -g forever; \
5 5 npm install; \
  6 + ln -s $$HOME vlibras_user \
6 7 else \
  8 + ln -s $$HOME vlibras_user \
7 9 npm install; \
8 10 fi
9 11  
... ...