diff --git a/kernelscripts/make-kernel.sh b/kernelscripts/make-kernel.sh index e3a199fb84a7..14f006a0553b 100755 --- a/kernelscripts/make-kernel.sh +++ b/kernelscripts/make-kernel.sh @@ -46,4 +46,4 @@ cd $ov511 find . -not -path "./lib/modules/$kernelVersion/build*" -type d | xargs -n 1 -i% mkdir -p $archivesDir/% # link all files -find . -not -path "./lib/modules/$kernelVersion/build*" -type f | xargs -n 1 -i% ln -s $kernel/% $archivesDir/% +find . -not -path "./lib/modules/$kernelVersion/build*" -type f | xargs -n 1 -i% ln -s $ov511/% $archivesDir/%