Skip to content

Commit 1840532

Browse files
authored
chore: (64gram) supress endline warning
1 parent 45070af commit 1840532

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

64gram-desktop/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ sha256sums=('fe47a67c83d3c624ef6b8a6c66150a73e075b11d1f031d52066470a548307600'
4141
prepare() {
4242
#LANG=C.UTF-8 bsdtar -xf ${_pkgname}-${pkgver}-full.tar.gz
4343
cd $_pkgname-$pkgver-full
44+
# TODO: make better handling for line-ending convert
4445
#find "${srcdir}"/ -type f -exec dos2unix {} \;
45-
patch -Np1 -l -i ${srcdir}/block-sponsored_messages.patch
46-
patch -Np1 -l -i ${srcdir}/fix-lzma-link.patch
46+
patch -Np1 -l --binary -i ${srcdir}/block-sponsored_messages.patch
47+
patch -Np1 -l --binary -i ${srcdir}/fix-lzma-link.patch
4748
}
4849

4950
build() {

0 commit comments

Comments
 (0)