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 | 6c13a1cab6861f013d2d46440101a6e704ee67f3 (patch) | |
tree | 34b03b3a7be16a1ab35ca1eeb39fbb1d7eee92a6 /eclass/webapp.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-6c13a1cab6861f013d2d46440101a6e704ee67f3.tar.gz gentoo-2-6c13a1cab6861f013d2d46440101a6e704ee67f3.tar.bz2 gentoo-2-6c13a1cab6861f013d2d46440101a6e704ee67f3.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 |