summaryrefslogtreecommitdiffstats
path: root/components.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-04-08 19:29:35 +0000
committerRich Megginson <rmeggins@redhat.com>2006-04-08 19:29:35 +0000
commit9545e36805201ac0e3172b762373c6df741c2721 (patch)
tree28fe4925314dd31ab3481ebba26b0ce100cd1b98 /components.mk
parentef8cf93e817364e0ddab2bf89d5ddb4f8e0fd6fe (diff)
downloadds-9545e36805201ac0e3172b762373c6df741c2721.tar.gz
ds-9545e36805201ac0e3172b762373c6df741c2721.tar.xz
ds-9545e36805201ac0e3172b762373c6df741c2721.zip
Make the build/pull work like the adminserver does with respect to console. Otherwise, dsbuild with recent code no longer works.
Diffstat (limited to 'components.mk')
-rw-r--r--components.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/components.mk b/components.mk
index 8951de80..32fc01fe 100644
--- a/components.mk
+++ b/components.mk
@@ -569,7 +569,7 @@ ADMINSERVER_PKG:=admserv.tar.gz
ADMINSERVER_SUBCOMPS:=admin base
ifdef LDAPCONSOLE_SOURCE_ROOT
- LDAPCONSOLE_DIR = $(ABS_ROOT)/../built/package
+ LDAPCONSOLE_DIR = $(LDAPCONSOLE_SOURCE_ROOT)/built/package
else
LDAPCONSOLE_DIR = $(CLASS_DEST)
endif