summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-20 23:44:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-20 23:44:30 +0000
commitc767f2125aa223a541fdc1920974e423766e1839 (patch)
treeef4fd02a37700aa05575251088dc92162f3ca5b7 /sys-apps/rlocate
parentscribus memleak and gcc41 fix (diff)
downloadgentoo-2-c767f2125aa223a541fdc1920974e423766e1839.tar.gz
gentoo-2-c767f2125aa223a541fdc1920974e423766e1839.tar.bz2
gentoo-2-c767f2125aa223a541fdc1920974e423766e1839.zip
remove debug die #116118 by Alex
(Portage version: 2.0.53)
Diffstat (limited to 'sys-apps/rlocate')
-rw-r--r--sys-apps/rlocate/rlocate-0.3.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/rlocate/rlocate-0.3.3.ebuild b/sys-apps/rlocate/rlocate-0.3.3.ebuild
index fad36c3e809d..bc41a8dda1ce 100644
--- a/sys-apps/rlocate/rlocate-0.3.3.ebuild
+++ b/sys-apps/rlocate/rlocate-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.3.3.ebuild,v 1.1 2005/12/19 23:38:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.3.3.ebuild,v 1.2 2005/12/20 23:44:30 vapier Exp $
inherit eutils linux-mod
@@ -42,5 +42,4 @@ src_install() {
newinitd "${FILESDIR}"/rlocated.rc rlocated
linux-mod_src_install
dodoc AUTHORS ChangeLog* NEWS README
-die
}