Fix missing absolute dir.

The variable is used after a "cd" so it must be absolute.

Change-Id: I8d591b8642179603249ac56a1fcac082f29c870c
Reviewed-on: https://review.haiku-os.org/c/1387
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
PulkoMandy
2019-04-06 17:37:25 +00:00
committed by waddlesplash
parent 162279b680
commit 0788d17ae2
+1
View File
@@ -582,6 +582,7 @@ rule BuildHaikuPortsSourcePackageDirectory
{
local architecture = $(TARGET_PACKAGING_ARCH) ;
local outputDir = [ FDirName
$(PWD)
$(HAIKU_PACKAGE_REPOSITORIES_DIR_$(architecture))
HaikuPorts-sources-build ] ;