From a76fb7c0450dc21ceb5db6ab90073ca12713e185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Israel=20Pe=C3=B1a?= Date: Wed, 23 Apr 2014 19:09:45 -0700 Subject: [PATCH] prefix vlc lib path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3dad0e8..c7c57c3 100644 --- a/Makefile +++ b/Makefile @@ -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