SVN revision: 81683
This commit is contained in:
Carsten Haitzler 2012-12-24 15:11:18 +00:00
parent 56b84d5649
commit e58f6692fa
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ export CFLAGS="-O3 -fvisibility=hidden -ffast-math"
for I in eina eet evas embryo ecore eio edje efreet e_dbus \
evas_generic_loaders ethumb eeze emotion elementary; do \
tar zxf $I-1.7.3.tar.gz; \
cd $I-1.7.3; \
tar zxf $I-1.7.4.tar.gz; \
cd $I-1.7.4; \
./configure --disable-gnutls && make && sudo make install; \
cd ..; \
done