summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-22 11:59:11 +0000
committerChuck Short <zul@gentoo.org>2004-04-22 11:59:11 +0000
commit9b439adce65cca10889940c1f125ebc020c3c82a (patch)
treeaa546c40836b08a2d2277084afaa4e254da39443 /net-misc/atftp/atftp-0.6.2.ebuild
parentFix bug #48485. (diff)
downloadhistorical-9b439adce65cca10889940c1f125ebc020c3c82a.tar.gz
historical-9b439adce65cca10889940c1f125ebc020c3c82a.tar.bz2
historical-9b439adce65cca10889940c1f125ebc020c3c82a.zip
Fixes typo, closes #48660.
Diffstat (limited to 'net-misc/atftp/atftp-0.6.2.ebuild')
-rw-r--r--net-misc/atftp/atftp-0.6.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/atftp/atftp-0.6.2.ebuild b/net-misc/atftp/atftp-0.6.2.ebuild
index 0acf8bca5da2..aa643f32dfa8 100644
--- a/net-misc/atftp/atftp-0.6.2.ebuild
+++ b/net-misc/atftp/atftp-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.5 2004/03/22 15:44:00 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.6 2004/04/22 11:59:11 zul Exp $
inherit eutils
@@ -37,6 +37,6 @@ src_install () {
newexe ${FILESDIR}/atftp.init atftp
insinto /etc/conf.d
- newexe ${FILESDIR}/atftp.confd atftp
+ newins ${FILESDIR}/atftp.confd atftp
}