[Fedora-directory-commits] ldapserver/ldap/cm Makefile, 1.30.2.14, 1.30.2.15

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Feb 17 17:26:09 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8175

Modified Files:
      Tag: Directory71RtmBranch
	Makefile 
Log Message:
The first character should have been tab for the command line. (fix for the previous fix)



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.30.2.14
retrieving revision 1.30.2.15
diff -u -r1.30.2.14 -r1.30.2.15
--- Makefile	17 Feb 2006 01:16:22 -0000	1.30.2.14
+++ Makefile	17 Feb 2006 17:26:01 -0000	1.30.2.15
@@ -714,11 +714,11 @@
 
 ifdef BUILD_PATCH
 # take care of files in components (e.g., a file in nsadmin.zip)
-   - at 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
+	- at 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
 	- at for pair in `grep "^copyfile:" $(PATCHINF) | awk '{print $$3}'`; do \




More information about the Fedora-directory-commits mailing list