kernel-rpi: fix installation (v2).

This commit is contained in:
Juan RP 2013-05-27 23:55:34 +02:00
parent a717fa7a27
commit 9a7b9098b5

View file

@ -22,6 +22,9 @@ do_fetch() {
# Latest commit as of 20130527.
cd ${pkgname}-${version}
git checkout af85236f4cf87945c
# Remove .git directory, otherwise scripts/setkernelversion.sh
# modifies KERNELRELEASE and appends + to it.
rm -rf .git
}
do_configure() {