summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-05-01 22:31:52 +0000
committerMichael Imhof <tantive@gentoo.org>2003-05-01 22:31:52 +0000
commit0eff0e7fce6a1055cd41007cae88ed07eb40eb46 (patch)
treeb730e51f6481cff47595c36100c60dfd3491b24f /sys-cluster/openmosix-user
parentsome minor changes, forgot to remove creation of /etc/openmosix (diff)
downloadgentoo-2-0eff0e7fce6a1055cd41007cae88ed07eb40eb46.tar.gz
gentoo-2-0eff0e7fce6a1055cd41007cae88ed07eb40eb46.tar.bz2
gentoo-2-0eff0e7fce6a1055cd41007cae88ed07eb40eb46.zip
cosmetic changes
Diffstat (limited to 'sys-cluster/openmosix-user')
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild b/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild
index 6fa59a93f5c9..44f0c3d1425a 100644
--- a/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild
+++ b/sys-cluster/openmosix-user/openmosix-user-0.3-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/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild,v 1.2 2003/05/01 22:08:46 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild,v 1.3 2003/05/01 22:31:52 tantive Exp $
S=${WORKDIR}/openmosix-tools-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
@@ -32,7 +32,9 @@ src_unpack() {
#make sure openmosix.config get's installed into /etc and not /etc/openmosix
mv Makefile Makefile.orig
- sed -e 's:test -d $(SYSCONFDIR)/openmosix || mkdir -p $(SYSCONFDIR)/openmosix::' -e 's:test -f $(SYSCONFDIR)/openmosix/openmosix.config:test -f $(SYSCONFDIR)/openmosix.config:' -e 's:.config $(SYSCONFDIR)/openmosix:.config $(SYSCONFDIR):' Makefile.orig >Makefile
+ sed -e 's:test -d $(SYSCONFDIR)/openmosix || mkdir -p $(SYSCONFDIR)/openmosix::' \
+ -e 's:test -f $(SYSCONFDIR)/openmosix/openmosix.config:test -f $(SYSCONFDIR)/openmosix.config:' \
+ -e 's:.config $(SYSCONFDIR)/openmosix:.config $(SYSCONFDIR):' Makefile.orig >Makefile
rm Makefile.orig
cat > configuration << EOF