Update alarm/raspberrypi-firmware-next/PKGBUILD

Commenting out SECOND install line in rpi firmware
This commit is contained in:
Mike Brown 2012-12-15 17:31:56 -05:00
parent 2af13de9d7
commit 32ecbcac5f

View file

@ -14,7 +14,7 @@ _gitroot=git://github.com/raspberrypi/firmware.git
_gitname=firmware _gitname=firmware
provides=('raspberrypi-firmware') provides=('raspberrypi-firmware')
conflicts=('raspberrypi-firmware') conflicts=('raspberrypi-firmware')
install=${pkgname}.install #install=${pkgname}.install
build() { build() {
msg "Connecting to GIT server...." msg "Connecting to GIT server...."
git clone --depth 1 -b next "$_gitroot" git clone --depth 1 -b next "$_gitroot"