diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-08-07 08:56:13 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-08-07 08:56:13 +0000 |
commit | 44dce8d2e0cefa282ed0d72863cf75551ccc093b (patch) | |
tree | df430186794fc7be3761bc75e07f2cc6aa717ae8 /net-print/hplip/hplip-2.8.6b.ebuild | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | historical-44dce8d2e0cefa282ed0d72863cf75551ccc093b.tar.gz historical-44dce8d2e0cefa282ed0d72863cf75551ccc093b.tar.bz2 historical-44dce8d2e0cefa282ed0d72863cf75551ccc093b.zip |
Fixed hp-systray not starting up automatically with hp-toolbox, thanks to Gordon Malm (see bug #233968).
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'net-print/hplip/hplip-2.8.6b.ebuild')
-rw-r--r-- | net-print/hplip/hplip-2.8.6b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild index 5317225ace30..2cea07ca8e6b 100644 --- a/net-print/hplip/hplip-2.8.6b.ebuild +++ b/net-print/hplip/hplip-2.8.6b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.3 2008/08/06 19:37:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.4 2008/08/07 08:56:13 calchan Exp $ inherit eutils linux-info python @@ -98,7 +98,7 @@ src_unpack() { local QT_VER use qt4 && QT_VER="4" use qt3 && QT_VER="3" - sed -i -e "s/--force-startup/--force-startup --qt${QT_VER}/" base/device.py || die "sed failed" + sed -i -e "s/--force-startup/--force-startup', '--qt${QT_VER}/" base/device.py || die "sed failed" sed -i -e "s/Exec=hp-systray/Exec=hp-systray --qt${QT_VER}/" hplip-systray.desktop.in || die "sed failed" } |