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

Antonio Rojas arojas at archlinux.org
Mon Apr 6 18:42:13 UTC 2015


    Date: Monday, April 6, 2015 @ 20:42:13
  Author: arojas
Revision: 235540

Add missing docs (FS#44476)

Modified:
  kate/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-06 09:14:19 UTC (rev 235539)
+++ PKGBUILD	2015-04-06 18:42:13 UTC (rev 235540)
@@ -6,7 +6,7 @@
 pkgname=('kwrite'
          'kate')
 pkgver=14.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
@@ -66,9 +66,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