summaryrefslogtreecommitdiffstats
path: root/arch-up
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-16 21:35:11 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-16 21:35:11 +0100
commit7356f1ebf69617e3491d587666aae85f36b38d8d (patch)
tree933fe312e46fc4aceeb718f51afad0e246730675 /arch-up
parent736d29894828350a72e0de9e04f20602e7465652 (diff)
downloadbin-7356f1ebf69617e3491d587666aae85f36b38d8d.zip
bin-7356f1ebf69617e3491d587666aae85f36b38d8d.tar.gz
arch-up: do not skip autogen.sh when updating efl
Diffstat (limited to 'arch-up')
-rwxr-xr-xarch-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-up b/arch-up
index f3e85e3..2afb065 100755
--- a/arch-up
+++ b/arch-up
@@ -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