summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xarch-up4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch-up b/arch-up
index 2f6ad7d..6f2603e 100755
--- a/arch-up
+++ b/arch-up
@@ -51,7 +51,7 @@ function update_makepkg () {
}
function update_e17() {
- run "e17_build.sh -u -m --sudopwd=$PASSWD $@"
+ run "easy_e17.sh -u -m --sudopwd=$PASSWD $@"
sudo_run "find /opt/e17 -mtime +30 ! -type d -exec rm '{}' \;"
if [ -e ~/local/eperiodique ]; then
cd ~/local/eperiodique
@@ -59,8 +59,6 @@ function update_e17() {
echo "update eperiodique" && ./autogen.sh --prefix=/usr >/dev/null && make >/dev/null && sudo make install >/dev/null
fi
fi
- echo "push e17 to HMSA"
- cd ~/local/e17_src && git push hmsa
}
function check_etc_git() {