diff options
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index a99e32330..9bef8a32c 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -955,7 +955,7 @@ for KERNELARCH in $arches; do done done -if [ -n "$foundakernel"]; then +if [ -n "$foundakernel" ]; then # make the second stage find $KERNELBASE/*/lib/modules/ > $CACHE makeSecondStage |