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 | 7268a7857529d58ba63c050b7c4f08a89a5bd116 (patch) | |
tree | 25ebd6f232b482312983332edb5d86dda72ce234 /eclass | |
parent | versionbump (diff) | |
download | historical-7268a7857529d58ba63c050b7c4f08a89a5bd116.tar.gz historical-7268a7857529d58ba63c050b7c4f08a89a5bd116.tar.bz2 historical-7268a7857529d58ba63c050b7c4f08a89a5bd116.zip |
Removed debugging output
Diffstat (limited to '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 |