Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17setroot Modified Files: Makefile.am e17setroot.c Log Message: Install data =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17setroot/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 24 Jan 2005 11:39:26 -0000 1.4 +++ Makefile.am 24 Jan 2005 11:55:34 -0000 1.5 @@ -17,3 +17,9 @@ e17setroot_LDADD = @ewl_libs@ @eet_libs@ @engrave_libs@ @imlib2_libs@ @e_libs@ +filesdir = $(datadir)/e_utils/data/e17setroot +files_DATA = e17setroot_template.edc + +e17setroot_template.edc: + + =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e17setroot.c 24 Jan 2005 11:47:57 -0000 1.2 +++ e17setroot.c 24 Jan 2005 11:55:34 -0000 1.3 @@ -8,6 +8,8 @@ #include <Imlib2.h> #include <E.h> +#include "config.h" + enum Ebg_Bg_Types { EBG_BG_TILE = 1, @@ -167,7 +169,7 @@ file = ebg_file_getfile(filename); dir = ebg_file_getdir(filename); - edc = strdup("/tmp/e17setroot/e17setroot_template.edc "); + edc = strdup(PACKAGE_DATA_DIR "/data/e17setroot/e17setroot_template.edc "); edj = strdup("edje_cc -id "); filenoext = ebg_file_stripext(filename); ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs