[arch-commits] Commit in kate/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 6 19:09:18 UTC 2015


    Date: Monday, April 6, 2015 @ 21:09:18
  Author: arojas
Revision: 235543

Add missing docs (FS#44476)

Modified:
  kate/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-06 19:07:58 UTC (rev 235542)
+++ PKGBUILD	2015-04-06 19:09:18 UTC (rev 235543)
@@ -60,9 +60,12 @@
   cd build/kate
   make DESTDIR="${pkgdir}" install
 
-  cd ../../build/doc/kate
+  cd "$srcdir"/build/addons
   make DESTDIR="${pkgdir}" install
 
-  cd ../../../build/addons
+  cd "$srcdir"/build/doc/kate
   make DESTDIR="${pkgdir}" install
+
+  cd "$srcdir"/build/doc/katepart
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list