diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 10:29:44 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-16 09:36:31 +0000 |
commit | a63b6587d9bff4ab49f66ef4d70af508a55c3bf5 (patch) | |
tree | 41771791a1bc7c464f350f132c92712c8fdf0ec5 | |
parent | 71ee381526bceca8f3ca2594f32fc98bbe013d3f (diff) |
Chg default httpdir to community instead of htdocseel_4.99.3eel/4.99.34.99.3
Bug-AGL: SPEC-1107
Change-Id: I6b0725ec3d8237b1c1a41844c9a09a7462ee5a06
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
m--------- | conf.d/app-templates | 0 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates -Subproject c881d86fc8852a2b2215856d3503aba192c0f4e +Subproject d275993fac4c7bd99e060eb00f9181f641876e3 diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 6d91045..10211b3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -136,6 +136,7 @@ set(COMPILE_OPTIONS # --------------------------------------------------------------------- set(CMAKE_PREFIX_PATH ${CMAKE_INSTALL_PREFIX}/lib64/pkgconfig ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) +set(HTTPDIR community CACHE PATH "Directory holding HTML5 files") # Optional location for config.xml.in # ----------------------------------- |