summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-05-01 22:08:46 +0000
committerMichael Imhof <tantive@gentoo.org>2003-05-01 22:08:46 +0000
commitb8639616c1b6a0d5f14cc7b3fbc0ca8b49327077 (patch)
treee2dc658ab74012ccef453ad4501d7f4fe8f8715a /sys-cluster
parentAdded sed magic to make sue openmosix.config gets installed into /etc and not... (diff)
downloadhistorical-b8639616c1b6a0d5f14cc7b3fbc0ca8b49327077.tar.gz
historical-b8639616c1b6a0d5f14cc7b3fbc0ca8b49327077.tar.bz2
historical-b8639616c1b6a0d5f14cc7b3fbc0ca8b49327077.zip
some minor changes, forgot to remove creation of /etc/openmosix
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/openmosix-user/openmosix-user-0.3-r1.ebuild4
1 files changed, 2 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 c7c1da54af90..6fa59a93f5c9 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.1 2003/05/01 21:38:46 tantive Exp $
+# $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 $
S=${WORKDIR}/openmosix-tools-${PV}
DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
@@ -32,7 +32,7 @@ src_unpack() {
#make sure openmosix.config get's installed into /etc and not /etc/openmosix
mv Makefile Makefile.orig
- sed -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