On Tue, 5 Sep 2006 23:53:54 +0200 Jens Taprogge <[EMAIL PROTECTED]>
babbled:

> Hello.
> 
> I have recently build a more or less complete set of Debian packges of
> the EFL and certain apps. 
> 
> I stumbled across a few minor issues.  Please find two patches attached
> that fix those (one for the libs the other for the apps).
> 
> Best Regards
> Jens Taprogge

this patch:

--- e/debian/rules      3 Sep 2006 18:58:31 -0000       1.13
+++ e/debian/rules      5 Sep 2006 23:08:24 -0000
@@ -8,7 +8,7 @@
 
 install/enlightenment::
        mkdir debian/enlightenment/etc
-       mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/
+       mv debian/tmp/etc/enlightenment debian/enlightenment/etc/
 
 clean::
        if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr; fi

that doesn't make sense - by default the etc. dir ends up in prefix/etc -
unless you play with configure --options etc. (${sysconfdir}). why did the
first changes (whihch seem right) obey the prefix and yours don't? i suspect
somethgin weird here. btw - evas patch not going in. gl engine isn't being
turned on by default in the src (if gl headers found) for a good reason. not
going to turn it on in the packages. the gl engine is a 2nd class citizen at
the moment.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to