Fixed top dir
authorIgor Pashev <igor.pashev@nexenta.com>
Tue, 25 Oct 2011 10:11:20 +0400
changeset 461 246c18ff449d
parent 460 49604d6a9a3b
child 462 12f6fd8fe2bc
Fixed top dir
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