This is not good, specially because it makes all other modules to not
be the same.

Also, it's better to namespace the included header files, so I do
create an evas folder, or it should be created.

Please revert it to original and let's try to fix it properly.

On Wed, Apr 8, 2009 at 11:56 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  Applied patch for python-evas setup.py, thanks to rbelem :)
> Author:       quaker
> Date:         2009-04-08 07:56:35 -0700 (Wed, 08 Apr 2009)
> New Revision: 39895
>
> Modified:
>  trunk/BINDINGS/python/python-evas/setup.py
>
> Modified: trunk/BINDINGS/python/python-evas/setup.py
> ===================================================================
> --- trunk/BINDINGS/python/python-evas/setup.py  2009-04-08 11:08:02 UTC (rev 
> 39894)
> +++ trunk/BINDINGS/python/python-evas/setup.py  2009-04-08 14:56:35 UTC (rev 
> 39895)
> @@ -157,12 +157,12 @@
>         else:
>             instd = self.install_dir
>
> -        self.install_dir = os.path.join(self.prefix, instd, 'evas')
> +        self.install_dir = os.path.join(self.prefix, instd)
>         if self.root:
>             self.install_dir = os.path.join(self.root, self.install_dir)
>
>
> -setup(name='python-evas',
> +setup(name='evas',
>       version='0.3.1',
>       license='LGPL',
>       author='Gustavo Sverzut Barbieri',
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to