On Wed, 27 Oct 2004, Andreas Schmidt wrote: > rpm2cpio says, that the ant-file in the binary package is missing the "r". > > so it should disappear between unpacking the original tar-file and > packing the binary rpm.
Run -bi (instead of -bb) (original rpm uses rpm[buld] -bi <specfile>, I can't tell how openpkg does this though), see if the ant-file has "r" in the temporary install directory Or do it step-by-step -bp (unpackage) -bc (compile) --short-circuit -bi (install) --short-circuit -bb (package) --short-circuit (only openpkg rpm supports this, if it currently does, haven't checked lately) You have to use --short-circuit, else you redo all the steps before. Peter -- Peter S. Mazinger <ps dot m at gmx dot net> ID: 0xA5F059F2 Key fingerprint = 92A4 31E1 56BC 3D5A 2D08 BB6E C389 975E A5F0 59F2 ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
