We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45070af commit 1840532Copy full SHA for 1840532
64gram-desktop/PKGBUILD
@@ -41,9 +41,10 @@ sha256sums=('fe47a67c83d3c624ef6b8a6c66150a73e075b11d1f031d52066470a548307600'
41
prepare() {
42
#LANG=C.UTF-8 bsdtar -xf ${_pkgname}-${pkgver}-full.tar.gz
43
cd $_pkgname-$pkgver-full
44
+ # TODO: make better handling for line-ending convert
45
#find "${srcdir}"/ -type f -exec dos2unix {} \;
- patch -Np1 -l -i ${srcdir}/block-sponsored_messages.patch
46
- patch -Np1 -l -i ${srcdir}/fix-lzma-link.patch
+ patch -Np1 -l --binary -i ${srcdir}/block-sponsored_messages.patch
47
+ patch -Np1 -l --binary -i ${srcdir}/fix-lzma-link.patch
48
}
49
50
build() {
0 commit comments