1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Makefile: fix /usr/local

This commit is contained in:
catull 2019-08-06 01:49:11 +02:00 committed by Alexander Medvednikov
parent aff8d05040
commit 3f3b7665ca

View File

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