]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Don\'t assume version in directory name
authorSam Hartman <hartmans@debian.org>
Mon, 6 Nov 2000 16:58:07 +0000 (16:58 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 6 Nov 2000 16:58:07 +0000 (16:58 +0000)
src/config/linux-version

index 66ce3ad070902e12ed4552c3b5ca9ba727201228..1e4de4c122d767a633d37a92cfbe367ae9e8b08b 100644 (file)
@@ -44,7 +44,7 @@ for VERS in $LINUX_VERS ; do
                errors=true
                continue
        fi
-       header=$LINUX_SRCDIR$VERS/include/linux/version.h
+       header=$LINUX_SRCDIR/include/linux/version.h
        if [ ! -f $header ] ; then
            echo "ERROR: Cannot build for Linux kernel $VERS: $header does not exist."
            errors=true