Fix: autobuild script typo
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 28 Jun 2017 08:54:27 +0000 (10:54 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 28 Jun 2017 08:54:27 +0000 (10:54 +0200)
Change-Id: I3027ba7bd6fa98755e888152c860812cf0fd5908
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
autobuild/agl/autobuild.in
autobuild/linux/autobuild.in

index e664213..dd341c4 100755 (executable)
@@ -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)
index 0ff3384..c4b5553 100755 (executable)
@@ -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)