summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-10-14 17:07:41 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-10-14 17:07:41 +0000
commit5e91b23553c83c55e2e4385b7cd1aa27b0603d3b (patch)
treec4fd214fbee59bfd35968c82d2660a64051d731a /sys-block/partimage/partimage-0.6.4-r3.ebuild
parentAdd ~alpha keyword. (diff)
downloadgentoo-2-5e91b23553c83c55e2e4385b7cd1aa27b0603d3b.tar.gz
gentoo-2-5e91b23553c83c55e2e4385b7cd1aa27b0603d3b.tar.bz2
gentoo-2-5e91b23553c83c55e2e4385b7cd1aa27b0603d3b.zip
Fixed bug #92262 (cursor disappearing).
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-block/partimage/partimage-0.6.4-r3.ebuild')
-rw-r--r--sys-block/partimage/partimage-0.6.4-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/partimage/partimage-0.6.4-r3.ebuild b/sys-block/partimage/partimage-0.6.4-r3.ebuild
index af46775f41b5..70e17f1f4cfa 100644
--- a/sys-block/partimage/partimage-0.6.4-r3.ebuild
+++ b/sys-block/partimage/partimage-0.6.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r3.ebuild,v 1.18 2006/10/05 03:02:26 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r3.ebuild,v 1.19 2006/10/14 17:07:41 xmerlin Exp $
WANT_AUTOMAKE="1.8"
@@ -51,6 +51,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-LP64-fixes.patch || die
epatch ${FILESDIR}/${P}-save_all_and_rest_all_actions.patch || die
epatch ${FILESDIR}/${P}-datadir-path.patch || die
+ epatch ${FILESDIR}/${P}-gui.diff || die
}
src_compile() {
@@ -142,7 +143,6 @@ pkg_postinst() {
einfo "emerge --config =${PF}"
# force a permmissions fixup
partimagesslperms
- return 0
fi
- chown partimag:0 /etc/partimaged/partimagedusers
+ chown partimag:0 /etc/partimaged/partimagedusers || die
}