On Sat, Sep 17, 2005, PLI wrote: > in firefox.spec, firefox-init.tar.gz is in gzip format. > could you add "-z" option to tar ? > > thanks. > > --- ./firefox.spec.orig 2005-09-17 15:58:08.000000000 +0200 > +++ ./firefox.spec 2005-09-17 15:58:12.000000000 +0200 > @@ -260,7 +260,7 @@ > > # add initialization files > ( cd $RPM_BUILD_ROOT%{l_prefix}/lib && \ > - %{l_tar} -xf %{SOURCE firefox-init.tar.gz} && \ > + %{l_tar} -zxf %{SOURCE firefox-init.tar.gz} && \ > rm -f firefox/README > ) || exit $?
Thanks for the hint. I've fixed it now. But I had to use a combination of gzip and tar as not all tar implementations support the -z option. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ The OpenPKG Project www.openpkg.org Developer Communication List openpkg-dev@openpkg.org