summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-09 01:07:36 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-09 01:07:36 +0000
commitf271d6cc76877568a5e1ca14d6544715176fb13a (patch)
treef8d173a52ae1bdf7f89cc708817d53e78e025e46 /app-admin/diradm/diradm-2.9.7.ebuild
parentVersion bump (diff)
downloadgentoo-2-f271d6cc76877568a5e1ca14d6544715176fb13a.tar.gz
gentoo-2-f271d6cc76877568a5e1ca14d6544715176fb13a.tar.bz2
gentoo-2-f271d6cc76877568a5e1ca14d6544715176fb13a.zip
EAPI2 doins die.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin/diradm/diradm-2.9.7.ebuild')
-rw-r--r--app-admin/diradm/diradm-2.9.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/diradm/diradm-2.9.7.ebuild b/app-admin/diradm/diradm-2.9.7.ebuild
index bbab5c215023..de61652ed9e1 100644
--- a/app-admin/diradm/diradm-2.9.7.ebuild
+++ b/app-admin/diradm/diradm-2.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/diradm/diradm-2.9.7.ebuild,v 1.1 2012/11/08 20:48:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/diradm/diradm-2.9.7.ebuild,v 1.2 2012/11/09 01:07:36 robbat2 Exp $
EAPI="2"
@@ -57,7 +57,7 @@ src_install() {
THANKS TODO KNOWN-BUGS || die
if use irixpasswd; then
insinto /etc/openldap/schema
- doins irixpassword.schema
+ doins irixpassword.schema || die "Failed irixpassword.schema"
fi
}