diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-03-08 23:42:48 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-03-08 23:42:48 +0000 |
commit | a3ecb88085f27d6b64dcb353f5607835a384b091 (patch) | |
tree | 38eefbb4e645313f528fe0bb74554d35ddc95e06 /media-gfx/splashutils | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-a3ecb88085f27d6b64dcb353f5607835a384b091.tar.gz gentoo-2-a3ecb88085f27d6b64dcb353f5607835a384b091.tar.bz2 gentoo-2-a3ecb88085f27d6b64dcb353f5607835a384b091.zip |
Fixed minorsyn errors in the new ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/splashutils/splashutils-1.1.9.1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.1.ebuild index 142f694df906..5de7148d6bf7 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.1.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.1.ebuild,v 1.1 2005/03/08 23:40:49 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.1.ebuild,v 1.2 2005/03/08 23:42:48 spock Exp $ MISCSPLASH="miscsplashutils-0.1.2" GENTOOSPLASH="splashutils-gentoo-0.1.5" @@ -76,7 +76,7 @@ src_compile() { if [ -n "${KBUILD_OUTPUT}" ]; then miscincs="-I${T} -I${KBUILD_OUTPUT}/include" fi - + emake -j1 MISCINCS="${miscincs}" || die "failed to build splashutils" cd ${SM} @@ -89,7 +89,7 @@ src_install() { cd ${SM} make DESTDIR=${D} install || die - + exeinto /sbin doexe ${SG}/splash |