summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/vconfig/vconfig-1.7-r1.ebuild')
-rw-r--r--net-misc/vconfig/vconfig-1.7-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/vconfig/vconfig-1.7-r1.ebuild b/net-misc/vconfig/vconfig-1.7-r1.ebuild
index 4fb6c63e769f..880b46efbc89 100644
--- a/net-misc/vconfig/vconfig-1.7-r1.ebuild
+++ b/net-misc/vconfig/vconfig-1.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.7-r1.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.7-r1.ebuild,v 1.3 2003/09/05 22:01:49 msterret Exp $
MY_PN="vlan"
S=${WORKDIR}/${MY_PN}
@@ -23,7 +23,7 @@ src_compile() {
src_install() {
into /
dosbin vconfig || die "dosbin error"
-
+
sed -e "s:/usr/local/bin/vconfig:/sbin/vconfig:" \
< vlan_test.pl > vlan_test.pl~ && \
mv vlan_test.pl~ vlan_test.pl
@@ -34,7 +34,7 @@ src_install() {
doman vconfig.8 || die "doman error"
dohtml howto.html vlan.html || die "dohtml error"
dodoc CHANGELOG README vlan_test*.pl || die "dodoc error"
-
+
}
pkg_postinst() {