Didier Casse wrote:

Hi there,
            Previously to install packages I used:

./autogen.sh
make
make install

But now Fedora requires to do: ./autogen.sh
make dist

then take the << resulting tarball >> then do a: ./configure
make
make install

For all the packages this seem to be fine except for engage and
probably e_modules which then install the modules at

/usr/lib/enlightenment/modules_extra/engage/linux-gnu-i386/*

which is NOT what we want. I want it to be installed at:

/usr/lib/enlightenment/modules_extra/engage/linux-gnu-i686/*
which can then be loaded by DR17. In rpm building I can specify
--target=i686 which will go to the correct directory but will then
give me an i686 package which I do not want either.

Is there a way to specify "make dist" in order than it install
correctly in the *i686* path?
Thanks for any info.

Didier,

Isn't this the same problem that I hit with x86_64  ?    My fix was just to
have rpm install whatever directory make generates:

--- engage.spec.old     2005-05-29 05:32:34.000000000 -0400
+++ engage.spec 2005-05-30 10:35:01.000000000 -0400
@@ -44,7 +44,7 @@
%defattr(-,root,root)
%{_bindir}/engage
%{_libdir}/engage*
-%{_libdir}/enlightenment/modules_extra/engage/linux-gnu-i686/*
+%{_libdir}/enlightenment/modules_extra/engage/
%{_datadir}/engage*
%doc AUTHORS ChangeLog COPYING README


John


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to