Date: Monday, June 28, 2010 @ 03:16:18
  Author: andrea
Revision: 84273

fix doc dirs

Modified:
  kdegraphics/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-06-28 07:15:23 UTC (rev 84272)
+++ PKGBUILD    2010-06-28 07:16:18 UTC (rev 84273)
@@ -56,6 +56,8 @@
        depends=('kdelibs' 'libgphoto2')
        cd $srcdir/build/kamera
        make DESTDIR=$pkgdir install
+       cd $srcdir/build/doc/kcontrol/kamera
+       make DESTDIR=$pkgdir install
 }
 
 package_kdegraphics-kcolorchooser() {
@@ -75,7 +77,7 @@
        install='kdegraphics.install'
        cd $srcdir/build/kgamma
        make DESTDIR=$pkgdir install
-       cd $srcdir/build/doc/kgamma
+       cd $srcdir/build/doc/kcontrol/kgamma
        make DESTDIR=$pkgdir install
 }
 

Reply via email to