diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-16 21:35:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-16 21:35:11 +0100 |
commit | 7356f1ebf69617e3491d587666aae85f36b38d8d (patch) | |
tree | 933fe312e46fc4aceeb718f51afad0e246730675 /arch-up | |
parent | 736d29894828350a72e0de9e04f20602e7465652 (diff) | |
download | bin-7356f1ebf69617e3491d587666aae85f36b38d8d.zip bin-7356f1ebf69617e3491d587666aae85f36b38d8d.tar.gz |
arch-up: do not skip autogen.sh when updating efl
Diffstat (limited to 'arch-up')
-rwxr-xr-x | arch-up | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ function update_makepkg () { } function update_e17() { - run "easy_e17.sh -u -m --sudopwd=$PASSWD $@" + run "easy_e17.sh -u --sudopwd=$PASSWD $@" # sudo_run "find /opt/e17 -mtime +30 ! -type d -exec rm '{}' \;" if [ -e ~/local/eperiodique ]; then cd ~/local/eperiodique |