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

Thomas Bächler thomas at archlinux.org
Sat Jun 19 00:00:41 UTC 2010


    Date: Friday, June 18, 2010 @ 20:00:40
  Author: thomas
Revision: 82924

Build with recent changes, fix build of kernel26-manpages, fix makepkg -R

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-18 23:57:19 UTC (rev 82923)
+++ PKGBUILD	2010-06-19 00:00:40 UTC (rev 82924)
@@ -7,8 +7,10 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.34
 pkgver=${_basekernel}
-pkgrel=1
-_patchname="patch-${pkgver}-${pkgrel}-ARCH"
+pkgrel=2
+makedepends=('xmlto')
+#_patchname="patch-${pkgver}-${pkgrel}-ARCH"
+_patchname="patch-${pkgver}-1-ARCH"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.kernel.org"
@@ -213,7 +215,6 @@
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
 
 cd ${srcdir}/linux-$_basekernel
-make mrproper
 make mandocs || return 1
 
 install -d ${pkgdir}/usr/share/man/man9/




More information about the arch-commits mailing list