hey handy - read the comment. spanky spanky!

SVN revision: 10197
This commit is contained in:
Carsten Haitzler 2004-05-13 07:29:48 +00:00
parent 4b39c2994d
commit 470f2d0df9
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
#!/bin/sh
DB=system.db
edb_ed $DB add /e/theme/name str "winter"
EDJE_BIN=`which edje`
EDJE_DIR=`dirname $EDJE_BIN`
edb_ed $DB add /e/font/path str "$EDJE_DIR/../share/edje/data/test/fonts"
### oi handy - and WHOSE bright idea was it to have ecore_config depend on
### edje when edje already depends on ecore? eh? eh?
### do i smell a circular dependency????? fix this.
#EDJE_BIN=`which edje`
#EDJE_DIR=`dirname $EDJE_BIN`
#edb_ed $DB add /e/font/path str "$EDJE_DIR/../share/edje/data/test/fonts"
if [ $BROWSER ]; then
edb_ed $DB add /apps/web/browser str "$BROWSER"
else