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

Tobias Powalowski tpowa at archlinux.org
Mon Nov 28 08:19:56 UTC 2011


    Date: Monday, November 28, 2011 @ 03:19:56
  Author: tpowa
Revision: 143656

upgpkg: kernel26-lts 2.6.32.49-1

bump to latest version

Modified:
  kernel26-lts/trunk/PKGBUILD
  kernel26-lts/trunk/kernel26-lts.install

----------------------+
 PKGBUILD             |    4 ++--
 kernel26-lts.install |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 08:19:38 UTC (rev 143655)
+++ PKGBUILD	2011-11-28 08:19:56 UTC (rev 143656)
@@ -5,7 +5,7 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel 
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.48
+pkgver=${_basekernel}.49
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,7 +18,7 @@
         ${pkgname}.preset)
 options=(!strip)
 md5sums=('260551284ac224c3a43c4adac7df4879'
-         '1031515858a61f14118418792d73d59c'
+         'cd59b309ebfb150571427ac8b0d5634d'
          '25ef924aa12c38c222df99ae2c186625'
          '710d6a8a31aa38f6a673e74ed1c15b0a'
          '2cbfeb3e2a18d45f82f613e97fc23355')

Modified: kernel26-lts.install
===================================================================
--- kernel26-lts.install	2011-11-28 08:19:38 UTC (rev 143655)
+++ kernel26-lts.install	2011-11-28 08:19:56 UTC (rev 143656)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=2.6.32.48-1-lts
+KERNEL_VERSION=2.6.32.49-1-lts
 
 post_install () {
   # updating module dependencies
@@ -17,7 +17,7 @@
   echo ">>> http://wiki.archlinux.org/index.php/Mkinitcpio"
   echo ""
   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
-  /sbin/mkinitcpio -p kernel26${KERNEL_NAME}
+  mkinitcpio -p kernel26${KERNEL_NAME}
 }
 
 post_upgrade() {
@@ -123,11 +123,11 @@
   echo ""
   echo ">>> Generating initial ramdisk, using mkinitcpio.  Please wait..."
 if [ "`vercmp $2 2.6.19`" -lt 0 ]; then
-  /sbin/mkinitcpio -p kernel26${KERNEL_NAME} -m "ATTENTION:\nIf you get a kernel panic below
+  mkinitcpio -p kernel26${KERNEL_NAME} -m "ATTENTION:\nIf you get a kernel panic below
 and are using an Intel chipset, append 'earlymodules=piix' to the
 kernel commandline"
 else
-  /sbin/mkinitcpio -p kernel26${KERNEL_NAME}
+  mkinitcpio -p kernel26${KERNEL_NAME}
 fi
 if [ "`vercmp $2 2.6.21`" -lt 0 ]; then
   echo ""
@@ -143,4 +143,4 @@
 post_remove() {
   rm -f /boot/kernel26${KERNEL_NAME}.img
   rm -f /boot/kernel26${KERNEL_NAME}-fallback.img
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list