diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-15 19:06:55 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-15 19:06:55 +0000 |
commit | 5bb931c6a39bce28a4762792d4453e15e69ac728 (patch) | |
tree | 31ba4c7ce16ca25a6d37e11778a40353d2d8c921 /app-admin/openmosixtest | |
parent | Initial import. (diff) | |
download | historical-5bb931c6a39bce28a4762792d4453e15e69ac728.tar.gz historical-5bb931c6a39bce28a4762792d4453e15e69ac728.tar.bz2 historical-5bb931c6a39bce28a4762792d4453e15e69ac728.zip |
minor fixor
Diffstat (limited to 'app-admin/openmosixtest')
-rw-r--r-- | app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild b/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild index d060d91d197a..18e9296abdd3 100644 --- a/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild +++ b/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild,v 1.1 2002/11/07 16:01:52 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/openmosixtest/openmosixtest-0.1-r3.ebuild,v 1.2 2002/11/15 19:06:55 tantive Exp $ S=${WORKDIR}/omtest DESCRIPTION="openMosix stress test" @@ -17,6 +17,18 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 -ppc -sparc -sparc64 -alpha" + +src_unpack() { + unpack ${A} + cd ${S} + + #Make compile_tests.sh non-interactive + mv compile_tests.sh compile_tests.sh.orig + sed -e 's:read::' compile_tests.sh.orig >compile_tests.sh + rm compile_tests.sh.orig + chmod +x compile_tests.sh +} + src_install() { dodir /opt/omtest cp -r * ${WORKDIR}/../image/opt/omtest |