summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-04-01 18:12:20 +0000
committerRich Megginson <rmeggins@redhat.com>2005-04-01 18:12:20 +0000
commitd46d6be08c4ae167d41b26caee254c36e3e95c45 (patch)
tree5fc14b8cb102ee531bf2f4871df10ecace7fa06e /Makefile
parent9fa1cd44bf49a569c871227167befee3eb1c3151 (diff)
downloadds-d46d6be08c4ae167d41b26caee254c36e3e95c45.tar.gz
ds-d46d6be08c4ae167d41b26caee254c36e3e95c45.tar.xz
ds-d46d6be08c4ae167d41b26caee254c36e3e95c45.zip
fix brandDirectory breakage - skip redhat-ds.spec when branding
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e824529..302ebc95 100644
--- a/Makefile
+++ b/Makefile
@@ -163,12 +163,12 @@ httpdLib:
brandDirectory: $(RELTOOLSPATH)/brandver.pl
@echo ==== Branding LDAP Server ==========
- $(RELTOOLSPATH)/brandver.pl -i branding/rhds/brandver.dat
+ $(RELTOOLSPATH)/brandver.pl -i branding/rhds/brandver.dat -s redhat-ds.spec
@echo ==== Finished Branding LDAP Server ==========
normalizeDirectory: $(RELTOOLSPATH)/brandver.pl
@echo ==== Normalizing LDAP Server ==========
- $(RELTOOLSPATH)/brandver.pl -i branding/rhds/normalize.dat
+ $(RELTOOLSPATH)/brandver.pl -i branding/rhds/normalize.dat -s redhat-ds.spec
@echo ==== Normalizing Branding LDAP Server ==========
buildAndPkgDirectory: buildDirectory pkgDirectory