summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild')
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
index b8f8c0219cb1..f3277c77cac7 100644
--- a/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
+++ b/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.2 2005/11/19 18:29:15 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.3 2006/02/03 21:03:35 chriswhite Exp $
inherit gnome2 eutils
@@ -30,3 +30,9 @@ G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest"
DOCS="AUTHORS COPYING* ChangeLog README NEWS"
SCROLLKEEPER_UPDATE="0"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ gnome2_omf_fix
+}