From 8c935b68d8a5671b7aeabec99746e00458b31d8f Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 16 Nov 2017 10:32:09 +0100 Subject: Chg default httpdir to unicens instead of htdocs Bug-AGL: SPEC-1107 Change-Id: Ibde0e5a53bec9997353f5889c27a2fa176a9e39c Signed-off-by: Romain Forlot --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/app-templates b/conf.d/app-templates index c881d86..d275993 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit c881d86fc8852a2b2215856d3503aba192c0f4ee +Subproject commit d275993fac4c7bd99e060eb00f9181f641876e3c diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8157981..174c7e4 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 reference CACHE PATH "Directory holding HTML5 files") # Optional location for config.xml.in # ----------------------------------- -- cgit 1.2.3-korg