diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-04-30 14:29:21 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-04-30 14:29:21 +0200 |
commit | fe3f7fe258ad72e430806266a26da40e2b9a1311 (patch) | |
tree | 0f08a032aa591996d3e8e3289d42aee34e54f7ae /conf.d/autobuild/agl | |
parent | 24552c17d18bb703abe256f837c41cf694649f7e (diff) |
agl-service-unicens: update submodules, app-templates
Change-Id: Iefa1de14c6d744c40ba6f295276ba3b83df96395
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'conf.d/autobuild/agl')
-rwxr-xr-x | conf.d/autobuild/agl/autobuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/autobuild/agl/autobuild b/conf.d/autobuild/agl/autobuild index 3a1ba5f..83097ab 100755 --- a/conf.d/autobuild/agl/autobuild +++ b/conf.d/autobuild/agl/autobuild @@ -55,7 +55,7 @@ package: build @mkdir -p ${BUILD_DIR}/$@/etc @mkdir -p ${BUILD_DIR}/$@/lib @mkdir -p ${BUILD_DIR}/$@/htdocs - @mkdir -p ${BUILD_DIR}/$@/data + @mkdir -p ${BUILD_DIR}/$@/var @cmake --build ${BUILD_DIR} --target widget @mkdir -p ${DEST} && cp ${BUILD_DIR}/*wgt ${DEST} |