Skip to content

Commit 5bc62ac

Browse files
author
Artem Panfilov
committed
release.mk: use absolute path for output artifacts
Signed-off-by: Artem Panfilov <[email protected]>
1 parent 9c549c3 commit 5bc62ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ BUILDALLFLAGS += --config-extra '$(EXTRA_CONFIG_FLAGS)'
265265
#
266266
# Output artifacts
267267
#
268-
O := ../release_output
268+
O := $(ROOT)/release_output
269269
# Use -a when invoking tar, then we can easily change to .tar.xz if we want.
270270
TAR_EXT := .tar.gz
271271

0 commit comments

Comments
 (0)