summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-06-23 22:28:07 +0000
committerMichael Januszewski <spock@gentoo.org>2005-06-23 22:28:07 +0000
commit5fdbccd06f49002e1b5db13b176ee52142492d97 (patch)
treed2efda4a911192cec823e63e95bbe8f04a4c5316 /media-gfx
parentinitial commit - ebuild submitted by Anno v. Heimburg via bug #94809 (diff)
downloadgentoo-2-5fdbccd06f49002e1b5db13b176ee52142492d97.tar.gz
gentoo-2-5fdbccd06f49002e1b5db13b176ee52142492d97.tar.bz2
gentoo-2-5fdbccd06f49002e1b5db13b176ee52142492d97.zip
Use KERNEL_DIR instead of /usr/src/linux for the kernel source tree (bug #96897).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splashutils/ChangeLog7
-rw-r--r--media-gfx/splashutils/splashutils-1.1.9.6-r1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index 002a720100bb..2e20f45397bc 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.33 2005/06/23 14:46:39 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.34 2005/06/23 22:28:07 spock Exp $
+
+ 23 Jun 2005; Michał Januszewski <spock@gentoo.org>
+ splashutils-1.1.9.6-r1.ebuild:
+ Use KERNEL_DIR instead of /usr/src/linux for the kernel source tree (bug
+ #96897).
23 Jun 2005; Michał Januszewski <spock@gentoo.org>
splashutils-1.1.9.6.ebuild, splashutils-1.1.9.6-r1.ebuild:
diff --git a/media-gfx/splashutils/splashutils-1.1.9.6-r1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.6-r1.ebuild
index c5c952f91b2a..9de70c445710 100644
--- a/media-gfx/splashutils/splashutils-1.1.9.6-r1.ebuild
+++ b/media-gfx/splashutils/splashutils-1.1.9.6-r1.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.6-r1.ebuild,v 1.2 2005/06/23 14:46:39 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.6-r1.ebuild,v 1.3 2005/06/23 22:28:07 spock Exp $
inherit multilib linux-mod
@@ -72,7 +72,7 @@ spl_conf_use() {
src_unpack() {
unpack ${A}
- ln -s /usr/src/linux ${S}/linux
+ ln -s ${KERNEL_DIR} ${S}/linux
mv ${WORKDIR}/{libpng-${V_PNG},jpeg-${V_JPEG},zlib-${V_ZLIB},freetype-${V_FT},klibc-${V_KLIBC}} ${S}/libs
ln -s ../../linux ${S}/libs/klibc-${V_KLIBC}/linux