From f736b4294510b783a7906fedced73945e3a0283b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 24 Nov 2018 18:05:17 +0000 Subject: [PATCH] community/gmic: fix --- community/gmic/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index bb8306703..2bb323e6b 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -33,7 +33,7 @@ prepare() { cd ../zart patch -p1 -i "$srcdir"/zart-opencv4.patch - sed -i "s|-mtune=generic|${CFLAGS}|" gmic-$pkgver/src/Makefile + sed -i "s|-mtune=generic|${CFLAGS}|" Makefile } build() {