mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Update alarm/raspberrypi-firmware-next/PKGBUILD
Commenting out SECOND install line in rpi firmware
This commit is contained in:
parent
2af13de9d7
commit
32ecbcac5f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue