fixed nastodon-0.15.1

This commit is contained in:
tastytea 2018-06-04 13:48:15 +02:00
parent 7642e6b994
commit d9255679f6
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 5 additions and 0 deletions

View File

@ -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() {