To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42265 Issue #:|42265 Summary:|epm disabled - still trying to use it ... Component:|Installation Version:|680m76 Platform:|Other URL:| OS/Version:|Linux 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 Feb 8 04:20:49 -0800 2005 ------- This is necessary to get our packaging to work: --- instsetoo_native/util/makefile.mk 31 Jan 2005 10:38:15 -0000 1.14 +++ instsetoo_native/util/makefile.mk 8 Feb 2005 12:19:41 -0000 @@ -72,8 +72,6 @@ INSTALLDIR=$(OUT) -.INCLUDE: target.mk - .IF "$(OS)" == "LINUX" FORMAT*=-format rpm .ENDIF @@ -99,6 +97,13 @@ # native - "Native" software distribution for the platform # portable - Portable software distribution +.IF "$(FORMAT)"!="" && "$(EPM)"=="" +dummy: + @echo "No EPM: do no packaging at this stage" +.ENDIF + +.INCLUDE: target.mk + .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" ALLTAR : openoffice .ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" --------------------------------------------------------------------- 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]
