From 520105274cf0949a848d3dbfcccf7fd01cd57971 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Wed, 10 Jan 2018 00:08:10 +0000 Subject: testing/yara: adjust the path in workaround Hope it builds now... --- testing/yara/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD index b9e955bfb4..d6a5e00562 100644 --- a/testing/yara/APKBUILD +++ b/testing/yara/APKBUILD @@ -18,7 +18,7 @@ prepare() { # of flex, othwewise tests fail in some arches because of a bug # in older version of flex. # See: https://github.com/VirusTotal/yara/issues/771 - rm "$srcdir"/yara-3.6.3/libyara/re_lexer.c + rm "$srcdir"/yara-3.7.0/libyara/re_lexer.c } build() { -- cgit v1.2.3