git » kdesignerplugin.git » commit 30b159c

upgpkg: r6.c3ebe3f-1

author Andrea Scarpino
2013-12-21 12:08:30 UTC
committer Andrea Scarpino
2013-12-21 12:08:30 UTC
parent 76518cd8899f211cf6fae51fc73ee57972ff888a

upgpkg: r6.c3ebe3f-1

PKGBUILD +4 -0

diff --git a/PKGBUILD b/PKGBUILD
index 3190f9e..ce340f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,10 @@ pkgver() {
 
 prepare() {
   mkdir -p build
+
+  # There's something wrong with our kdoctools but I don't get it
+  sed -i 's/add_subdirectory(docs)/#add_subdirectory(docs)/' \
+    kdesignerplugin/CMakeLists.txt
 }
 
 build() {