summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 01:29:24 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 01:29:24 +0000
commite6fbd18b0c2976d68aceceb0be3c0de1854b66b0 (patch)
tree185e84ab5c514a52b3db323fe2fd2c9a17c52663 /net-nds/ypserv/ypserv-2.5-r1.ebuild
parentrepoman: fix leading whitespace (diff)
downloadgentoo-2-e6fbd18b0c2976d68aceceb0be3c0de1854b66b0.tar.gz
gentoo-2-e6fbd18b0c2976d68aceceb0be3c0de1854b66b0.tar.bz2
gentoo-2-e6fbd18b0c2976d68aceceb0be3c0de1854b66b0.zip
repoman: fix leading whitespace
Diffstat (limited to 'net-nds/ypserv/ypserv-2.5-r1.ebuild')
-rw-r--r--net-nds/ypserv/ypserv-2.5-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-nds/ypserv/ypserv-2.5-r1.ebuild b/net-nds/ypserv/ypserv-2.5-r1.ebuild
index 07ec39e8c526..909c481741bc 100644
--- a/net-nds/ypserv/ypserv-2.5-r1.ebuild
+++ b/net-nds/ypserv/ypserv-2.5-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-nds/ypserv/ypserv-2.5-r1.ebuild,v 1.5 2003/09/07 00:16:08 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.5-r1.ebuild,v 1.6 2003/09/11 01:26:29 msterret Exp $
IUSE=""
@@ -35,14 +35,14 @@ src_install() {
### This will -NOT- work when installing a binary .tbz2
### and should be fixed properly.
# Save the old config into the new package as CONFIG_PROTECT
- # doesn't work for this package.
- if [ -f ${ROOT}/var/yp/Makefile ]; then
- mv ${D}/var/yp/Makefile ${D}/var/yp/Makefile.dist
- cp ${ROOT}/var/yp/Makefile ${D}/var/yp/Makefile
+ # doesn't work for this package.
+ if [ -f ${ROOT}/var/yp/Makefile ]; then
+ mv ${D}/var/yp/Makefile ${D}/var/yp/Makefile.dist
+ cp ${ROOT}/var/yp/Makefile ${D}/var/yp/Makefile
einfo "As you have a previous /var/yp/Makefile, I have added"
einfo "this file into the new package and installed the new"
einfo "file as /var/yp/Makefile.dist"
- fi
+ fi
}
pkg_postinst() {