Closed
Bug 176084
Opened 22 years ago
Closed 22 years ago
xpinstall/packager/makefile and pkgcp.pl updates
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mkaply, Assigned: mkaply)
Details
Attachments
(2 files)
1.52 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
722 bytes,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
These are the changes to get OS/2 using the Makefile in xpinstall/packager.
I'll explain in the diff
Assignee | ||
Comment 1•22 years ago
|
||
Pretty standard stuff.
OS/2 changes for packaging.
Change some parameters, as well as what is used for STRIP. also add code to
copy the C runtime so it gets packaged.
Also, we are a ZIP by default.
For VACPP, we change the TARGET_OS, since we default to os2-emx.
Assignee | ||
Comment 2•22 years ago
|
||
This one is a little stranger.
I added back support for using os2 when invoking pkgcp.pl, but only at the top
level. The reason I did this is because we have a PERL bug where the current
directory is getting changed arbitrarily. My fix was to mangle the paths we
pass to Packager.pm to be fully qualified. We only do this in the OS/2 case,
and then we change the OS to Unix.
Comment 3•22 years ago
|
||
Comment on attachment 103759 [details] [diff] [review]
Makefile updates
r=cls
Attachment #103759 -
Flags: review+
Comment 4•22 years ago
|
||
Comment on attachment 103760 [details] [diff] [review]
pkgcp.pl updates
r=cls
Attachment #103760 -
Flags: review+
Updated•22 years ago
|
QA Contact: bugzilla → ktrina
a=dbaron for trunk checkin for both patches.
Assignee | ||
Comment 6•22 years ago
|
||
Fixes checked in.
I made a small change to the pkgcp.pl one - I only prepend the path if the
second character is not already a :
This allows fully qualified paths to work.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•