prefix vlc lib path

This commit is contained in:
Jorge Israel Peña 2014-04-23 19:09:45 -07:00
parent 227b667eb3
commit a76fb7c045
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ endif
ifeq ($(SINGLE_USER),false)
BASE_PATH = /usr
VLC_LIB_PATH = /usr/lib
VLC_LIB_PATH = ${PREFIX}/usr/lib
else
BASE_PATH = ${HOME}/.local
VLC_LIB_PATH = ${HOME}/.local/share