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.

-- 
With kind regards,
Didier.

------------
Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.



-- 
With kind regards,
Didier.

------------
Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.


-------------------------------------------------------
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