[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to Strip a pkg file



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