[3.0-rc3] scripts/depmod.sh: Permission denied

From: Tetsuo Handa
Date: Mon Jun 13 2011 - 20:43:21 EST


linux-3.0-rc3.tar.bz2 generates
-rwxrwxr-x 1 root root 1231 Jun 14 07:29 linux-3.0-rc3/scripts/depmod.sh
but linux-2.6.39.tar.bz2 + patch-3.0-rc3.bz2 generates
-rw-r--r-- 1 root root 1231 Jun 14 09:34 scripts/depmod.sh
which results in

make: execvp: /usr/src/linux-3.0-rc3/scripts/depmod.sh: Permission denied
make: *** [_modinst_post] Error 127

Would you add "chmod +x scripts/depmod.sh" before invoking depmod.sh ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/