[eclass] webapp.eclass: fix pkg_prerm

This commit is contained in:
Fabio Erculiani
2011-07-10 13:46:13 +02:00
parent def0c9e613
commit d417153a6a
+1 -1
View File
@@ -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"