diff options
author | 2012-12-05 21:13:12 +0000 | |
---|---|---|
committer | 2012-12-05 21:13:12 +0000 | |
commit | e46f8c65e3ea8f8e6771343d3411defba83f3035 (patch) | |
tree | cc6865358cb10ed0237a24990e0dc0c46f0e0b6d /www-apps/guacamole/guacamole-0.7.0.ebuild | |
parent | Add an '|| die', suggested by Chema Alonso. (diff) | |
download | historical-e46f8c65e3ea8f8e6771343d3411defba83f3035.tar.gz historical-e46f8c65e3ea8f8e6771343d3411defba83f3035.tar.bz2 historical-e46f8c65e3ea8f8e6771343d3411defba83f3035.zip |
removed some nasty stuff and added some elog about it
Package-Manager: portage-2.1.11.31/cvs/Linux i686
Manifest-Sign-Key: 0xC1DE54B2
Diffstat (limited to 'www-apps/guacamole/guacamole-0.7.0.ebuild')
-rw-r--r-- | www-apps/guacamole/guacamole-0.7.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www-apps/guacamole/guacamole-0.7.0.ebuild b/www-apps/guacamole/guacamole-0.7.0.ebuild index e0a93de451ad..20e9ad80a535 100644 --- a/www-apps/guacamole/guacamole-0.7.0.ebuild +++ b/www-apps/guacamole/guacamole-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.7.0.ebuild,v 1.1 2012/12/05 20:48:01 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/guacamole/guacamole-0.7.0.ebuild,v 1.2 2012/12/05 21:13:04 nativemad Exp $ EAPI=4 @@ -37,10 +37,11 @@ src_install() { insinto /etc/"${PN}" doins "${S}"/doc/example/guacamole.properties doins "${S}"/doc/example/user-mapping.xml - rm -rf /var/lib/"{$PN}" insinto /var/lib/"${PN}" newins "${S}"/target/"${P}".war "${PN}".war - elog "Please unpack /var/lib/"${PN}"/"${PN}".war in to your servlet container!" + elog "Please unpack /var/lib/"${PN}"/"${PN}".war in to your servlet container! If it is an update," + elog "delete the old content first!" + elog "Read: if you use the command below, delete everything expect the .war file within /var/lib/guacamole!" elog "Please also link /etc/guacamole in to the lib directory of your servlet container." elog "like this:" elog "cd /var/lib/guacamole && jar -xvf guacamole.war && cd .. && cp -a guacamole /var/lib/tomcat-7/webapps/" |