# HG changeset patch # User Igor Pashev # Date 1319523080 -14400 # Node ID 246c18ff449d3dc68a8d8c1def8637a4f318d94d # Parent 49604d6a9a3b1d76c68813cf9e79528088863a75 Fixed top dir diff -r 49604d6a9a3b -r 246c18ff449d make-rules/shared-macros.mk --- a/make-rules/shared-macros.mk Tue Oct 25 10:11:06 2011 +0400 +++ b/make-rules/shared-macros.mk Tue Oct 25 10:11:20 2011 +0400 @@ -30,7 +30,7 @@ export DOWNLOAD_SEARCH_PATH += $(ARCHIVE_MIRROR) # The workspace starts at the mercurial root -export WS_TOP ?= $(shell hg root)/src/icore +export WS_TOP ?= $(shell hg root) # we want our pkg piplines to fail if there is an error # (like if pkgdepend fails in the middle of a pipe), but