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 | |
parent | sys-apps/man-pages: remove old stable version (diff) | |
download | gentoo-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')
-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 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() { |