summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:53:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-04 17:53:07 +0000
commit189ef07239b47bbd8425829738845aba459cae8a (patch)
treea92f0e99d100a9c6e8509408a7d5fc1bb2e10c99 /net-fs
parentgnumeric support (diff)
downloadgentoo-2-189ef07239b47bbd8425829738845aba459cae8a.tar.gz
gentoo-2-189ef07239b47bbd8425829738845aba459cae8a.tar.bz2
gentoo-2-189ef07239b47bbd8425829738845aba459cae8a.zip
syntax fixes
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/netatalk/netatalk-1.5.3.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-fs/netatalk/netatalk-1.5.3.1.ebuild b/net-fs/netatalk/netatalk-1.5.3.1.ebuild
index df5c526f82d4..b8948528d12c 100644
--- a/net-fs/netatalk/netatalk-1.5.3.1.ebuild
+++ b/net-fs/netatalk/netatalk-1.5.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.3.1.ebuild,v 1.5 2002/10/05 05:39:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.3.1.ebuild,v 1.6 2002/11/04 17:50:36 seemant Exp $
IUSE="ssl pam tcpd"
@@ -41,7 +41,6 @@ src_install() {
dodoc NEWS README TODO VERSION
# install init script
- mkdir -p ${D}/etc/init.d
- cp ${FILESDIR}/atalk-rc6 ${D}/etc/init.d/atalk
- chmod 755 ${D}/etc/init.d/atalk
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/atalk-rc6 atalk
}