From ae378201c26d2848aa938a9e283b1d0a63923d52 Mon Sep 17 00:00:00 2001 From: Kload Date: Fri, 22 Nov 2013 16:28:11 +0100 Subject: [PATCH] Install bugfix --- yunohost_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yunohost_app.py b/yunohost_app.py index 1ffe6130..2e6dddcc 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -41,7 +41,7 @@ from yunohost_hook import hook_exec repo_path = '/var/cache/yunohost/repo' apps_path = '/usr/share/yunohost/apps' apps_setting_path= '/etc/yunohost/apps/' -install_tmp = '/tmp/yunohost/install' +install_tmp = '/var/cache/yunohost/install' app_tmp_folder = install_tmp + '/from_file' def app_listlists():