]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
linux: Fix touching incorrect version.h
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 May 2019 09:20:57 +0000 (10:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 May 2019 09:20:57 +0000 (10:20 +0100)
This file has moved and the touch command created an empty version
of the file which caused that builds depending on that did not
complete.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/linux

index c205a5e6359542b46934f46c4723027af5d2c00c..86755f46fabc9853106122e0c72c8a49b9ec5815 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -227,7 +227,7 @@ endif
 
        # Make sure we can build external modules
        touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/Makefile \
-               /lib/modules/$(VER)-$(VERSUFIX)/build/include/linux/version.h
+               /lib/modules/$(VER)-$(VERSUFIX)/build/include/generated/uapi/linux/version.h
        touch -r /lib/modules/$(VER)-$(VERSUFIX)/build/.config \
                /lib/modules/$(VER)-$(VERSUFIX)/build/autoconf.h
        cp /lib/modules/$(VER)-$(VERSUFIX)/build/.config \