diff options
author | 2000-09-10 17:58:24 +0000 | |
---|---|---|
committer | 2000-09-10 17:58:24 +0000 | |
commit | a2bf7343d7cc962846077d2d8ad2b2272368c37b (patch) | |
tree | c556da6d559cfba146e04d1a80a1c01a67cf34a9 /net-dialup | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-a2bf7343d7cc962846077d2d8ad2b2272368c37b.tar.gz gentoo-2-a2bf7343d7cc962846077d2d8ad2b2272368c37b.tar.bz2 gentoo-2-a2bf7343d7cc962846077d2d8ad2b2272368c37b.zip |
*** empty log message ***
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild index d5d741d2e18d..14cc9b44ff12 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild,v 1.2 2000/09/10 17:55:32 achim Exp $ P=isdn4k-utils.v3.1p1 A=isdn4k-utils.v3.1pre1.tar.gz @@ -12,7 +12,7 @@ HOMEPAGE="http://www.isdn4linux.de/" src_compile() { cd ${S} - sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-UP-2\.2\.17_pre13-r6/work/linux':" ${O}/files/${P}.config > .config + sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-UP-2\.2\.17-r1/work/linux':" ${O}/files/${P}.config > .config make subconfig make } |