diff options
Diffstat (limited to 'autobuild/agl/autobuild.in')
-rwxr-xr-x | autobuild/agl/autobuild.in | 2 |
1 files changed, 1 insertions, 1 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) |