Tag: cws_src680_rptwizard01 User: lla Date: 2008-04-16 09:59:58+0000 Modified: dba/reportdesign/util/makefile.mk
Log: #i86092# sed need /, not 2 dollars characters within unix File Changes: Directory: /dba/reportdesign/util/ ================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/reportdesign/util/makefile.mk?r1=1.12.8.3&r2=1.12.8.4 Delta lines: +4 -4 ------------------- --- makefile.mk 2008-04-14 10:38:29+0000 1.12.8.3 +++ makefile.mk 2008-04-16 09:59:55+0000 1.12.8.4 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12.8.3 $ +# $Revision: 1.12.8.4 $ # -# last change: $Author: lla $ $Date: 2008/04/14 10:38:29 $ +# last change: $Author: lla $ $Date: 2008/04/16 09:59:55 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -271,7 +271,7 @@ @@-$(RM) $(ZIP1DIR)$/description.xml $(TYPE) pre.xml > $@ $(TYPE) $(mktmp $(LICLINES)) >> $@ - $(TYPE) post.xml | $(SED) s$$#VERSION#$$$(EXTENSION_VERSION)$$ >> $@ + $(TYPE) post.xml | $(SED) s/#VERSION#/$(EXTENSION_VERSION)/ >> $@ $(ZIP1DIR)$/registration$/license_%.txt : $(SOLARBINDIR)$/osl$/license_%.txt @@-$(MKDIRHIER) $(@:d) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
