diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-07-19 21:19:27 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-07-19 21:21:42 +0100 |
commit | 9021f6412d0b9254e381dc72f07556ebce2e7bda (patch) | |
tree | 54db72034ffc3572d0987fb9a250e93e92e82989 /net-mail/notmuch | |
parent | 3c00e97b8ed71f94da4fca3b9bded5a9249124ff (diff) | |
download | gentoo-9021f6412d0b9254e381dc72f07556ebce2e7bda.tar.gz gentoo-9021f6412d0b9254e381dc72f07556ebce2e7bda.tar.xz |
net-mail/notmuch: Put database to correct directory
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.22-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild b/net-mail/notmuch/notmuch-0.22-r2.ebuild index 73a9881e565..28aab241a18 100644 --- a/net-mail/notmuch/notmuch-0.22-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild @@ -93,7 +93,8 @@ pkg_setup() { src_unpack() { unpack "${P}".tar.gz - cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test-databases/ + mkdir -p "${S}"/test/test-databases || die + cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ || die } src_prepare() { |