Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/edje
Dir : e17/libs/edje/data/template Modified Files: build_theme.sh Log Message: the default extension for Edje EET files is 'edj' now =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/edje/data/template/build_theme.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- build_theme.sh 27 Apr 2004 22:46:28 -0000 1.1 +++ build_theme.sh 22 Mar 2005 19:29:01 -0000 1.2 @@ -1,13 +1,13 @@ #!/bin/sh -e THEME="default" APPNAME="" -edje_cc -v -id ./images -fd ./fonts $THEME.edc $THEME.eet +edje_cc -v -id ./images -fd ./fonts $THEME.edc $THEME.edj if [ $? = "0" ]; then if [ "$APPNAME" = "" ]; then echo "Build was successful" else PREFIX=`dirname \`which $APPNAME\` | sed 's/bin//'` - sudo cp $THEME.eet $PREFIX"share/$APPNAME/themes/" + sudo cp $THEME.edj $PREFIX"share/$APPNAME/themes/" echo -n "Installed theme to " echo $PREFIX"share/$APPNAME/themes/" fi ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs