diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-11 20:20:25 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-11 20:20:25 +0000 |
commit | 79a9c65170e3eebf9bba053ecf7c842eeed7d8de (patch) | |
tree | c0f2b23a9060fdba97563ddb8945ab5813f45f32 /eclass/webapp.eclass | |
parent | versionbump (Manifest recommit) (diff) | |
download | gentoo-2-79a9c65170e3eebf9bba053ecf7c842eeed7d8de.tar.gz gentoo-2-79a9c65170e3eebf9bba053ecf7c842eeed7d8de.tar.bz2 gentoo-2-79a9c65170e3eebf9bba053ecf7c842eeed7d8de.zip |
Removed debugging output
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r-- | eclass/webapp.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index a2497b53ed8a..b7ae23d8d710 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.26 2004/06/28 16:00:29 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.27 2004/07/11 20:20:25 stuart Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server @@ -119,7 +119,7 @@ function webapp_strip_cwd () function webapp_configfile () { webapp_checkfileexists "$1" "$D" - echo $1 + local MY_FILE="`webapp_strip_appdir \"$1\"`" echo $MY_FILE @@ -469,7 +469,7 @@ function webapp_pkg_postinst () if [ "$IS_REPLACE" = "1" ]; then einfo "${PN}-${PVR} is already installed - replacing" - /usr/sbin/webapp-config -C -d "$INSTALL_DIR" + my_mode=-I elif [ "$IS_UPGRADE" = "1" ]; then einfo "$REMOVE_PKG is already installed - upgrading" my_mode=-U |