Commit 07d3fd32 authored by Seblu's avatar Seblu
Browse files

move linux-rowlf to linux-seblu and update to 3.3


git-svn-id: https://seblu.net/s/archpkg@209 02741741-5192-46b8-8916-7152b19231d9
parent eac5d839
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Customized version of linux for rwolf computer
# Customized version of linux for seblu computers

shopt -s nullglob

pkgbase=linux-rwolf
pkgbase=linux-seblu
pkgname=$pkgbase
pkgver=3.3
pkgrel=1
@@ -17,7 +17,8 @@ options=('!strip')
makedepends=('xmlto' 'docbook-xsl')
source=(
  "http://www.kernel.org/pub/linux/kernel/v3.0/$testing/linux-${kernelver}.tar.xz"
  'config'
  'config.x86_64'
  'config.i686'
  *.patch)
# small hack to avoid makepkg to check checksum
SKIPCHECKSUMS=1
@@ -38,7 +39,7 @@ build() {
	  # loading default config
    # use make localmodconfig to check .config is correct
    msg2 'Copying config'
    install ../config .config
    install ../config.$CARCH .config

	  # removing last dot if zero
	  #sed -ri 's/^SUBLEVEL = 0$/SUBLEVEL =/' Makefile
+208 −119

File changed and moved.

Preview size limit exceeded, changes collapsed.

+0 −0

File moved.

Loading