summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/partimage/partimage-0.6.4-r4.ebuild')
-rw-r--r--sys-block/partimage/partimage-0.6.4-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-block/partimage/partimage-0.6.4-r4.ebuild b/sys-block/partimage/partimage-0.6.4-r4.ebuild
index 81ad5430a8a5..ea31d4cc762a 100644
--- a/sys-block/partimage/partimage-0.6.4-r4.ebuild
+++ b/sys-block/partimage/partimage-0.6.4-r4.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-r4.ebuild,v 1.12 2006/10/14 16:01:37 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/partimage/partimage-0.6.4-r4.ebuild,v 1.13 2006/10/14 17:07:41 xmerlin Exp $
WANT_AUTOMAKE="1.8"
@@ -64,6 +64,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-dont-discard-error-message-in-batch-mode.patch || die
epatch ${FILESDIR}/${P}-save_file_and_rest_file_actions.patch || die
epatch ${FILESDIR}/${P}-varargs.patch || die
+ epatch ${FILESDIR}/${P}-gui.diff || die
}
src_compile() {
@@ -169,6 +170,6 @@ pkg_postinst() {
einfo "emerge --config =${PF}"
# force a permmissions fixup
partimagesslperms
- return 0
fi
+ chown partimag:0 /etc/partimaged/partimagedusers || die
}