~dobey/eq10q/packaging-dailies

« back to all changes in this revision

Viewing changes to patches/01-fix_prexix.patch

  • Committer: Rodney Dawes
  • Date: 2016-01-06 21:16:36 UTC
  • Revision ID: dobey@wayofthemonkey.com-20160106211636-o3obko6kmn0b9kt2
Patch refresh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=== modified file 'CMakeLists.txt'
2
 
--- old/CMakeLists.txt  2015-11-23 17:24:54 +0000
3
 
+++ new/CMakeLists.txt  2015-12-30 23:06:12 +0000
 
2
--- old/CMakeLists.txt  2016-01-04 00:56:03 +0000
 
3
+++ new/CMakeLists.txt  2016-01-06 21:15:56 +0000
4
4
@@ -12,11 +12,7 @@ set(CMAKE_CXX_FLAGS "-Wall -fPIC -std=c+
5
5
 ##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
6
6
 
7
7
 #Set Install prefix
8
 
-set (CMAKE_INSTALL_PREFIX  "/usr/local/lib/lv2") #Install prefix
9
 
-#set (CMAKE_INSTALL_PREFIX  "$ENV{HOME}/.lv2") #Install prefix
 
8
-#set (CMAKE_INSTALL_PREFIX  "/usr/local/lib/lv2") #Install prefix
 
9
-set (CMAKE_INSTALL_PREFIX  "$ENV{HOME}/.lv2") #Install prefix
10
10
-set (LV2_BUNDLE "sapistaEQv2.lv2") #LV2 Bundel dir
11
11
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")
12
12
-set(LIBRARY_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")