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

Tobias Powalowski tpowa at archlinux.org
Mon Aug 2 19:06:46 UTC 2010


    Date: Monday, August 2, 2010 @ 15:06:45
  Author: tpowa
Revision: 86646

upgpkg: kernel26 2.6.34.2-1
bump to latest version

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-02 17:30:52 UTC (rev 86645)
+++ PKGBUILD	2010-08-02 19:06:45 UTC (rev 86646)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom       # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.34
-pkgver=${_basekernel}.1
+pkgver=${_basekernel}.2
 pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
 #_patchname="patch-${pkgver}-${pkgrel}-ARCH"
@@ -21,7 +21,7 @@
         # standard config files for mkinitcpio ramdisk
         kernel26.preset)
 md5sums=('10eebcb0178fb4540e2165bfd7efc7ad'
-         '2fbd20a8a1387589b0cc8969851ba27c'
+         'c996ae61e5bfab0ec471816c911930f9'
          '79a11916d1ff63a51eaebe0e750fa9b7'
          'a7e0aae92e964a0df9e42bdebd548e8c'
          '25584700a0a679542929c4bed31433b6')
@@ -228,10 +228,10 @@
 pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel."
 
 cd ${srcdir}/linux-$_basekernel
-mkdir -p $pkgdir/usr/src/linux-$pkgver-ARCH
-mv Documentation $pkgdir/usr/src/linux-$pkgver-ARCH
+mkdir -p $pkgdir/usr/src/linux-$_kernver
+mv Documentation $pkgdir/usr/src/linux-$_kernver
 find $pkgdir -type f -exec chmod 444 {} \;
 find $pkgdir -type d -exec chmod 755 {} \;
 # remove a file already in kernel26 package
-rm -f $pkgdir/usr/src/linux-$pkgver-ARCH/Documentation/DocBook/Makefile
+rm -f $pkgdir/usr/src/linux-$_basekernel/Documentation/DocBook/Makefile
 }




More information about the arch-commits mailing list