To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47239
                  Issue #:|47239
                  Summary:|disable internal packaging when epm is disabled ...
                Component:|Installation
                  Version:|680m92
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|of
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Tue Apr 12 03:28:15 -0700 
2005 -------
We want a pure external packaging stage:
Index: instsetoo_native/util/makefile.mk
===================================================================
RCS file: /cvs/installation/instsetoo_native/util/makefile.mk,v
retrieving revision 1.23
diff -u -r1.23 makefile.mk
--- instsetoo_native/util/makefile.mk   4 Apr 2005 10:10:29 -0000       1.23
+++ instsetoo_native/util/makefile.mk   12 Apr 2005 10:35:02 -0000
@@ -63,6 +63,11 @@
 
 .INCLUDE:  settings.mk
 
+.IF "$(EPM)"=="NO"
+dummy:
+       @echo "Disable epm based packaging"
+.ENDIF
+
 .IF "$(GUI)"=="WNT"
 .IF "$(USE_SHELL)"=="4nt"
 
PYTHONPATH:=$(PWD)$/$(BIN);$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to