summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-07-06 18:20:33 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-07-06 18:20:33 +0000
commitf582174f02f13eb983e7d6a230c1c0452736cfe0 (patch)
tree4e34023ec9e84020d6d230e227c0ec986cc3649b /dev-util/deskzilla
parentMissing dep on dev-perl/Params-Util (diff)
downloadgentoo-2-f582174f02f13eb983e7d6a230c1c0452736cfe0.tar.gz
gentoo-2-f582174f02f13eb983e7d6a230c1c0452736cfe0.tar.bz2
gentoo-2-f582174f02f13eb983e7d6a230c1c0452736cfe0.zip
Fix location of the gentoo license given by pkg_postinst. Fixes bug #184409.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-util/deskzilla')
-rw-r--r--dev-util/deskzilla/ChangeLog5
-rw-r--r--dev-util/deskzilla/deskzilla-1.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/deskzilla/ChangeLog b/dev-util/deskzilla/ChangeLog
index f7b073af26a2..c9071f2ab46c 100644
--- a/dev-util/deskzilla/ChangeLog
+++ b/dev-util/deskzilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/deskzilla
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/ChangeLog,v 1.6 2007/06/19 13:48:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/ChangeLog,v 1.7 2007/07/06 18:20:33 betelgeuse Exp $
+
+ 06 Jul 2007; Petteri Räty <betelgeuse@gentoo.org> deskzilla-1.4.ebuild:
+ Fix location of the gentoo license given by pkg_postinst. Fixes bug #184409.
*deskzilla-1.4 (19 Jun 2007)
diff --git a/dev-util/deskzilla/deskzilla-1.4.ebuild b/dev-util/deskzilla/deskzilla-1.4.ebuild
index e243b35a52fd..275c7def0db0 100644
--- a/dev-util/deskzilla/deskzilla-1.4.ebuild
+++ b/dev-util/deskzilla/deskzilla-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.4.ebuild,v 1.1 2007/06/19 13:48:00 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/deskzilla/deskzilla-1.4.ebuild,v 1.2 2007/07/06 18:20:33 betelgeuse Exp $
inherit java-pkg-2 versionator
@@ -71,7 +71,7 @@ src_install () {
pkg_postinst() {
elog "The default, evaluation license allows usage for one month."
elog "You may switch (per-user) to the license we obtained for Gentoo,"
- elog "located in /opt/${P}/licenses/${PN}_gentoo.license"
+ elog "located in /opt/${P}/license/${PN}_gentoo.license"
elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only."
elog "Note that you need to use 1.5 VM to run deskzilla when setting"
elog "license or it won't get set due to bug in 1.6+ VMs."