Hi, when i try to make deb package of E with debian/rules binary, it'll try
to apply patch in
e/debian/patches(01_install_internal-use_binaries_in_usr_lib_enlightenment.diff)
but it'll end with this error:

Trying patch
debian/patches/01_install_internal-use_binaries_in_usr_lib_enlightenment.diff
at level 1 ... 0 ... 2 ... failure.
make: *** [debian/stamp-patched] Error 1

It is because of two wrong lines in that patch, there must be

-   snprintf(buf, sizeof(buf), "%s/enlightenment_init \'%s\' \'%i\' \'%i\'
\'%s\' \'%s\'",
-        e_prefix_bin_get(),
+   snprintf(buf, sizeof(buf), "%s/enlightenment/enlightenment_init \'%s\'
\'%i\' \'%i\' \'%s\' \'%s\'",
+        e_prefix_lib_get(),

instead of

-   snprintf(buf, sizeof(buf), "%s/enlightenment_init %s %i %i %s %s",
-        e_prefix_bin_get(),
+   snprintf(buf, sizeof(buf), "%s/enlightenment/enlightenment_init %s %i %i
%s %s",
+        e_prefix_lib_get(),

Please can someone correct it? :)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to