summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-01-27 00:33:43 +0000
committerChuck Short <zul@gentoo.org>2004-01-27 00:33:43 +0000
commita3881e45d2bf09ae153baeb3105ecab00f9b23bd (patch)
treed81a67bea2905425bff59c278312293747775fed /net-misc/atftp/atftp-0.6.2.ebuild
parentupdate file-roller dep (diff)
downloadhistorical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.tar.gz
historical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.tar.bz2
historical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.zip
Fixed typo in ebuild, closes #38946.
Diffstat (limited to 'net-misc/atftp/atftp-0.6.2.ebuild')
-rw-r--r--net-misc/atftp/atftp-0.6.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/atftp/atftp-0.6.2.ebuild b/net-misc/atftp/atftp-0.6.2.ebuild
index 093429ef5809..656ffc32dbc2 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-2003 Gentoo Technologies, Inc.
+# 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.3 2003/12/30 22:23:12 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.4 2004/01/27 00:33:43 zul Exp $
inherit eutils
@@ -37,6 +37,6 @@ src_install () {
newexe ${FILESDIR}/atftp.init atftp
insinto /etc/conf.d
- newsins ${FILESDIR}/atftp.confd atftp
+ newexe ${FILESDIR}/atftp.confd atftp
}