diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-05 00:13:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-05 00:13:01 +0000 |
commit | f9fa23b77d38139ea1a288a46c005f9a68abeacb (patch) | |
tree | 72369af465f1dbf0a935b79ae9dfe0b9d46b7a0a /net-dialup/isdn4k-utils | |
parent | *** empty log message *** (diff) | |
download | historical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.tar.gz historical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.tar.bz2 historical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.zip |
*** empty log message ***
Diffstat (limited to 'net-dialup/isdn4k-utils')
-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 3c63c477b813..265b06329e21 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.3 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild,v 1.4 2000/10/05 00:13:01 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-r1/work/linux':" ${O}/files/${P}.config > .config + sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-UP-2\.2\.17-r2/work/linux':" ${O}/files/${P}.config > .config try make subconfig try make } |