remove absolute path to edje_cc
git-svn-id: http://www.neo1973-germany.de/svn@180 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
343ce9be5a
commit
00e3e597d7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ do
|
||||||
|
|
||||||
for filename in *.edc
|
for filename in *.edc
|
||||||
do
|
do
|
||||||
/opt/e17/bin/edje_cc -id $data_path/images -fd $data_path/fonts $filename
|
edje_cc -id $data_path/images -fd $data_path/fonts $filename
|
||||||
done
|
done
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue