diff --git a/srcpkgs/rpi-firmware/template b/srcpkgs/rpi-firmware/template index 2031ce977ac..66736c6a55e 100644 --- a/srcpkgs/rpi-firmware/template +++ b/srcpkgs/rpi-firmware/template @@ -1,6 +1,6 @@ # Template file for 'rpi-firmware' pkgname=rpi-firmware -version=20130401 +version=20130514 revision=1 short_desc="Firmware files for the Raspberry Pi" maintainer="Juan RP " @@ -13,7 +13,7 @@ noextract=yes do_fetch() { local url="git://github.com/raspberrypi/firmware.git" - # Latest commit from 20130401 is 5b72baa0a2 + # Latest commit from 20130514 is f53948f git clone --depth 1 $url ${pkgname}-${version} } @@ -43,8 +43,6 @@ rpi-firmware_package() { conf_files="/boot/cmdline.txt /boot/config.txt" noarch="yes" pkg_install() { - vmove boot - vmove opt - vmove usr + vmove all } }