[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to Strip a pkg file
- Subject: Re: [cobalt-users] How to Strip a pkg file
- From: "Jon" <jjma@xxxxxxxxxxxxxx>
- Date: Fri May 30 08:07:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello,
> > How do i strip a PKG file so i can see how one is compiled? i
>> want to make
> You make a directory
> copy/move/whatever you want the pkg file into the directory
> cd to that directory
> tar -zxpvf packagename.pkg
How do you repackage it. I used tar -cf newpackage.pkg and get this when I
try to install it:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
4015 Package file is corrupt
thanks
Jon