diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-10 00:08:10 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-10 00:08:13 +0000 |
commit | 520105274cf0949a848d3dbfcccf7fd01cd57971 (patch) | |
tree | bf3f8554a3047b3ab201c102b5ea824329e5a7c5 /testing | |
parent | a1e9c360f4c4301b93c7632cb86686ff296944ed (diff) | |
download | aports-520105274cf0949a848d3dbfcccf7fd01cd57971.tar.bz2 aports-520105274cf0949a848d3dbfcccf7fd01cd57971.tar.xz |
testing/yara: adjust the path in workaround
Hope it builds now...
Diffstat (limited to 'testing')
-rw-r--r-- | testing/yara/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |