summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-01 03:40:23 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-01 03:40:23 +0000
commitb34f7a9521d0822b8a735497c24ebfcf91112a11 (patch)
tree874015ff6d23696a42941b9e224e01b53054dc20 /net-fs/openafs
parent*** empty log message *** (diff)
downloadhistorical-b34f7a9521d0822b8a735497c24ebfcf91112a11.tar.gz
historical-b34f7a9521d0822b8a735497c24ebfcf91112a11.tar.bz2
historical-b34f7a9521d0822b8a735497c24ebfcf91112a11.zip
Some build fixes
Diffstat (limited to 'net-fs/openafs')
-rw-r--r--net-fs/openafs/openafs-1.0.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/openafs/openafs-1.0.4-r1.ebuild b/net-fs/openafs/openafs-1.0.4-r1.ebuild
index 87837523f0b8..f5d07ed9f0d6 100644
--- a/net-fs/openafs/openafs-1.0.4-r1.ebuild
+++ b/net-fs/openafs/openafs-1.0.4-r1.ebuild
@@ -20,8 +20,8 @@ DEPEND="virtual/glibc
src_compile() {
- KERNELVERSION=`grep "UTS_RELEASE" /usr/src/linux/include/linux/version.h | awk '{print $3}'`
- KERNELSHORT=`echo $KERNELVERSION | cut -c1-3 | sed "s/\.//"`
+ export KERNELVERSION=`grep "UTS_RELEASE" /usr/src/linux/include/linux/version.h | awk '{print $3}'`
+ KERNELSHORT="24"
SYSTEM="linux"
SYSARCH="i386"
CELLNAME=`cat ${FILESDIR}/ThisCell`