rpms/fig2ps/devel fig2ps.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt bugs.michael at gmx.net
Wed Sep 21 06:40:31 UTC 2005


On Tue, 20 Sep 2005 21:16:41 -0400, Quentin Spencer wrote:

> Author: qspencer
> 
> Update of /cvs/extras/rpms/fig2ps/devel

> %install
> rm -rf $RPM_BUILD_ROOT
> %makeinstall DESTDIR=$RPM_BUILD_ROOT

Highly doubtful, since the %makeinstall macro prepends %buildroot to
%_libdir, %_bindir, etc.  Most likely you wanted

  make install DESTDIR=$RPM_BUILD_ROOT

instead.




More information about the fedora-extras-list mailing list