summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/kernel26/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/kernel26/PKGBUILD')
-rw-r--r--abs/core-testing/kernel26/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/kernel26/PKGBUILD b/abs/core-testing/kernel26/PKGBUILD
index 17a225b..d571e9e 100644
--- a/abs/core-testing/kernel26/PKGBUILD
+++ b/abs/core-testing/kernel26/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 24584 2009-01-18 19:58:10Z tpowa $
+# $Id: PKGBUILD 25277 2009-01-25 10:01:21Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgname=kernel26
@@ -44,7 +44,6 @@ build() {
# Add -ARCH patches
# See http://projects.archlinux.org/git/?p=linux-2.6-ARCH.git;a=summary
patch -Np1 -i ${srcdir}/${_patchname} || return 1
- cp ../logo_linux_clut224.ppm drivers/video/logo
if [ "$CARCH" = "x86_64" ]; then
cat ../config.x86_64 >./.config
@@ -52,6 +51,8 @@ build() {
cat ../config >./.config
fi
# get kernel version
+ cp ../logo_linux_clut224.ppm drivers/video/logo
+ echo \#\!/bin/sh > scripts/setlocalversion
make prepare
_kernver="$(make kernelrelease)"
# load configuration