Makefile: fix /usr/local

pull/1484/head
catull 2019-08-06 01:49:11 +02:00 committed by Alexander Medvednikov
parent aff8d05040
commit 3f3b7665ca
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ release: CFLAGS += -pie
release: clean v-release thirdparty-release release: clean v-release thirdparty-release
install: uninstall install: uninstall
mkdir -p ${PREFIX}/lib/vlang mkdir -p ${PREFIX}/lib/vlang ${PREFIX}/bin
cp -r {v,vlib,thirdparty} ${PREFIX}/lib/vlang cp -r {v,vlib,thirdparty} ${PREFIX}/lib/vlang
ln -s ${PREFIX}/lib/vlang/v ${PREFIX}/bin/v ln -s ${PREFIX}/lib/vlang/v ${PREFIX}/bin/v