summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-19 21:19:27 +0100
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-07-19 21:21:42 +0100
commit9021f6412d0b9254e381dc72f07556ebce2e7bda (patch)
tree54db72034ffc3572d0987fb9a250e93e92e82989 /net-mail/notmuch
parentsys-apps/man-pages: remove old stable version (diff)
downloadgentoo-9021f6412d0b9254e381dc72f07556ebce2e7bda.tar.gz
gentoo-9021f6412d0b9254e381dc72f07556ebce2e7bda.tar.bz2
gentoo-9021f6412d0b9254e381dc72f07556ebce2e7bda.zip
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.ebuild3
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 73a9881e5650..28aab241a186 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() {