aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-28 10:54:27 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-28 10:54:27 +0200
commitfe3c86e6407ae45d7b5ab72df7911daa426caba8 (patch)
treeb7386fbbb4eb72ec6bb608e72d96c2143cb3703c
parente1678ddb435b3afc2c590b420d4cb5570cb8daf1 (diff)
Fix: autobuild script typo
Change-Id: I3027ba7bd6fa98755e888152c860812cf0fd5908 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rwxr-xr-xautobuild/agl/autobuild.in2
-rwxr-xr-xautobuild/linux/autobuild.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/autobuild/agl/autobuild.in b/autobuild/agl/autobuild.in
index e664213..dd341c4 100755
--- a/autobuild/agl/autobuild.in
+++ b/autobuild/agl/autobuild.in
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-BUILD_DIR := @DPROJECT_BINARY_DIR@
+BUILD_DIR := @PROJECT_BINARY_DIR@
PACKAGING_DIR := @PROJECT_PKG_ENTRY_POINT@
VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR)
diff --git a/autobuild/linux/autobuild.in b/autobuild/linux/autobuild.in
index 0ff3384..c4b5553 100755
--- a/autobuild/linux/autobuild.in
+++ b/autobuild/linux/autobuild.in
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-BUILD_DIR := @CMAKE_BINARY_DIR@
+BUILD_DIR := @PROJECT_BINARY_DIR@
PACKAGING_DIR := @PROJECT_PKG_ENTRY_POINT@
VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR)