From d9255679f688823f85f1e028e3a572be61970689 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Jun 2018 13:48:15 +0200 Subject: [PATCH] fixed nastodon-0.15.1 --- dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild index 88dd9ab41..1c4a76c16 100644 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild +++ b/dev-cpp/mastodon-cpp/mastodon-cpp-0.15.1.ebuild @@ -28,6 +28,11 @@ src_configure() { cmake-utils_src_configure } +src_unpack() { + cmake-utils_src_unpack + mv ${PN} ${P} +} + # We won't let cmake handle the documentation, because it would install the # examples, no matter if we want them. src_compile() {