This commit is contained in:
blshkv 2019-05-07 07:49:12 +08:00
parent 0b65521dbc
commit a3cdf3a381
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -17,11 +17,11 @@ KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="${PYTHON_DEPS}
~app-forensics/yara-${PV}"
DEPEND="${RDEPEND}"
#use system yara
#src_prepare() {
# cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
# default
#}
#need to use local yara, see
#https://github.com/pentoo/pentoo-overlay/issues/397
src_prepare() {
cp -r "${WORKDIR}/yara-${PV}/"* "${S}/yara/"
default
}