diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-07-27 07:50:39 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-07-27 07:50:39 +0000 |
commit | 4c2d66f410a448556c0339741cda037137e5d99f (patch) | |
tree | 4bd58832d911ccd6e8beca133e2c1378fe5d247f /eclass/webapp.eclass | |
parent | Version bump. (diff) | |
download | historical-4c2d66f410a448556c0339741cda037137e5d99f.tar.gz historical-4c2d66f410a448556c0339741cda037137e5d99f.tar.bz2 historical-4c2d66f410a448556c0339741cda037137e5d99f.zip |
fix webapp-cleaner usage by eclass
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r-- | eclass/webapp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 70377c0ffcef..6a51dcb5bc30 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.68 2011/07/26 19:25:19 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.69 2011/07/27 07:50:39 lxnay Exp $ # @ECLASS: webapp.eclass # @MAINTAINER: @@ -506,7 +506,7 @@ webapp_pkg_postinst() { ${my_cmd} echo - local cleaner="${WEBAPP_CLEANER} -p -C ${PN}" + local cleaner="${WEBAPP_CLEANER} -p -C /${PN}" einfo "Running ${cleaner}" ${cleaner} else |