From d417153a6ad74433cfb2dbb8dbe1a26afcd6cbf3 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 10 Jul 2011 13:46:13 +0200 Subject: [PATCH] [eclass] webapp.eclass: fix pkg_prerm --- eclass/webapp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 0d39af41f..150f7ac38 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -548,7 +548,7 @@ webapp_pkg_prerm() { if [[ -f "${x}"/.webapp ]]; then . "${x}"/.webapp if [[ -n "${WEB_HOSTNAME}" && -n "${WEB_INSTALLDIR}" ]]; then - ${WEBAPP_CONFIG} -C -h ${WEB_HOSTNAME} -d ${WEB_INSTALLDIR} + ${WEBAPP_CONFIG} -C -h ${WEB_HOSTNAME} -d ${WEB_INSTALLDIR} ${PN} ${PVR} fi else ewarn "Cannot find file ${x}/.webapp"