Skip to content

Commit

Permalink
PKGBUILD: gz patches not extracted by makepkg (anymore?)
Browse files Browse the repository at this point in the history
fixed by zcat | patch
  • Loading branch information
TestudoAquatilis committed Oct 20, 2019
1 parent 1a185d4 commit 3f49923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ prepare() {
git apply -v --whitespace=nowarn ../patch-${pkgver}

# RCN patch
git apply -v ../patch-${rcnver%.0}-${rcnrel}.diff
zcat ../patch-${rcnver%.0}-${rcnrel}.diff.gz | git apply -v

# ALARM patches
git apply -v ../0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch
Expand Down

0 comments on commit 3f49923

Please sign in to comment.