summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-02-17 17:26:01 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-02-17 17:26:01 +0000
commit0153795f20153e4e7594641648acf4ee00af2eff (patch)
tree13a18715dbbab99534c2518daad4814a60090779
parentdc211b085ec4976877d00d9cbc371ef6bd88ef96 (diff)
The first character should have been tab for the command line. (fix for the previous fix)
-rw-r--r--ldap/cm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index e152b158..8918e798 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -714,11 +714,11 @@ endif
ifdef BUILD_PATCH
# take care of files in components (e.g., a file in nsadmin.zip)
- -@for pair in `grep "^compfile:" $(PATCHINF) | awk '{print $$3}'`; do \
- zipfile=`echo $$pair | awk -F: '{print $$1}' | sed -e "s/%DISTDIR%/$(ESCAPED_ABS_DISTDIR)\/$(NSOBJDIR_NAME)/"` ; \
- afile=`echo $$pair | awk -F: '{print $$2}'` ; \
- cd $(ABSRELDIR)/slapd/$(NS_BUILD_FLAVOR); $(UNZIP) -o $$zipfile $$afile ; \
- done
+ -@for pair in `grep "^compfile:" $(PATCHINF) | awk '{print $$3}'`; do \
+ zipfile=`echo $$pair | awk -F: '{print $$1}' | sed -e "s/%DISTDIR%/$(ESCAPED_ABS_DISTDIR)\/$(NSOBJDIR_NAME)/"` ; \
+ afile=`echo $$pair | awk -F: '{print $$2}'` ; \
+ cd $(ABSRELDIR)/slapd/$(NS_BUILD_FLAVOR); $(UNZIP) -o $$zipfile $$afile ; \
+ done
# copying files from the component area
-@for pair in `grep "^copyfile:" $(PATCHINF) | awk '{print $$3}'`; do \