summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-21 02:52:34 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-21 02:52:34 +0000
commit852ecc38e4d2ee32604381f4c9f09ce57dbfb84d (patch)
tree5fd417032b552c0ba347e2694da47345aa454cc0 /sys-apps
parentanother fix (diff)
downloadgentoo-2-852ecc38e4d2ee32604381f4c9f09ce57dbfb84d.tar.gz
gentoo-2-852ecc38e4d2ee32604381f4c9f09ce57dbfb84d.tar.bz2
gentoo-2-852ecc38e4d2ee32604381f4c9f09ce57dbfb84d.zip
fixum
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baselayout/baselayout-1.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-1.6-r1.ebuild b/sys-apps/baselayout/baselayout-1.6-r1.ebuild
index 572cb6b6dd3b..72f2c984176d 100644
--- a/sys-apps/baselayout/baselayout-1.6-r1.ebuild
+++ b/sys-apps/baselayout/baselayout-1.6-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: System Team <system@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.6-r1.ebuild,v 1.3 2001/08/21 02:47:38 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.6-r1.ebuild,v 1.4 2001/08/21 02:52:34 drobbins Exp $
SV=1.1.2
S=${WORKDIR}/rc-scripts-${SV}
@@ -179,7 +179,7 @@ src_install()
dodir /etc/init.d
exeinto /etc/init.d
- for foo in ${S}/etc/init.d/*
+ for foo in ${S}/init.d/*
do
[ -f $foo ] && doexe $foo
done