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

Tobias Powalowski tpowa at archlinux.org
Sat Dec 5 13:53:04 UTC 2009


    Date: Saturday, December 5, 2009 @ 08:53:04
  Author: tpowa
Revision: 60602

corrected base group setting

Modified:
  kernel26/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-05 13:06:08 UTC (rev 60601)
+++ PKGBUILD	2009-12-05 13:53:04 UTC (rev 60602)
@@ -11,7 +11,6 @@
 _patchname="patch-${pkgver}-${pkgrel}-ARCH"
 arch=(i686 x86_64)
 license=('GPL2')
-groups=('base')
 url="http://www.kernel.org"
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
         ftp://ftp.archlinux.org/other/kernel26/${_patchname}.bz2
@@ -60,6 +59,7 @@
 
 package_kernel26() {
   pkgdesc="The Linux Kernel and modules"
+  groups=('base')
   backup=(etc/mkinitcpio.d/${pkgname}.preset)
   depends=('coreutils' 'kernel26-firmware>=2.6.32' 'module-init-tools' 'mkinitcpio>=0.5.20')
   # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now




More information about the arch-commits mailing list