Move concat-cacerts script to scripts 93/85593/1
authorsangwan.kwon <sangwan.kwon@samsung.com>
Fri, 26 Aug 2016 04:45:24 +0000 (13:45 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Fri, 26 Aug 2016 04:45:24 +0000 (13:45 +0900)
Change-Id: Ic9f6dd0519225aabfe31b7dd5880518c9f759514
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
CMakeLists.txt
scripts/concat-cacerts.sh [moved from concat-cacerts.sh with 100% similarity]

index 7eb22bd..c168698 100644 (file)
@@ -6,7 +6,7 @@ MESSAGE("Generate ca-bundle.pem file")
 
 EXECUTE_PROCESS(
        COMMAND
-       ${CMAKE_CURRENT_SOURCE_DIR}/concat-cacerts.sh
+       ${CMAKE_CURRENT_SOURCE_DIR}/scripts/concat-cacerts.sh
        ${CMAKE_CURRENT_SOURCE_DIR}/certs
        ${PATH_CRT_FILE}
        RESULT_VARIABLE ERROR_CODE
similarity index 100%
rename from concat-cacerts.sh
rename to scripts/concat-cacerts.sh