summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-08-05 15:17:19 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-08-05 15:17:19 +0000
commitaf0e41dc480f9d944c934b014d303d4c49ea1918 (patch)
treeb4d52e71bb9d5df75ae18e5937b4feb630067b4e /sys-apps/ivman/ivman-0.6.12.ebuild
parentBuild & install FreeVision library (diff)
downloadgentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.tar.gz
gentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.tar.bz2
gentoo-2-af0e41dc480f9d944c934b014d303d4c49ea1918.zip
remove old, fix enewuser thanks to jakub in bug 142758
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-apps/ivman/ivman-0.6.12.ebuild')
-rw-r--r--sys-apps/ivman/ivman-0.6.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ivman/ivman-0.6.12.ebuild b/sys-apps/ivman/ivman-0.6.12.ebuild
index 56530b4866e0..605e07d97991 100644
--- a/sys-apps/ivman/ivman-0.6.12.ebuild
+++ b/sys-apps/ivman/ivman-0.6.12.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-apps/ivman/ivman-0.6.12.ebuild,v 1.4 2006/08/05 08:15:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.12.ebuild,v 1.5 2006/08/05 15:17:19 genstef Exp $
inherit eutils
@@ -40,7 +40,7 @@ pkg_postinst() {
# execute...
# The group here is intended to be the one needed to use pmount, but Ivman
# will still work as long as the group in IvmConfigBase.xml is correct.
- enewuser ivman -1 -1 /dev/null plugdev || die "Problem adding ivman user"
+ enewuser ivman -1 -1 /dev/null plugdev
if has_version "<sys-apps/hal-0.5.0"; then
einfo "Ivman was built against HAL 0.4.x. If you later upgrade to HAL 0.5,"