diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-12 09:47:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-12 09:47:26 +0000 |
commit | 673aca303fee63eb1382aa7a4bf8f87f38c1c473 (patch) | |
tree | faa1d345ff9bf5074047d39dc3adb91ff0653fc5 /core/linux-sources | |
parent | 225c116922757dcb2c6cae6b432c380d2b89dc9e (diff) | |
download | aports-673aca303fee63eb1382aa7a4bf8f87f38c1c473.tar.bz2 aports-673aca303fee63eb1382aa7a4bf8f87f38c1c473.tar.xz |
core/linux-sources: added !strip to options
Diffstat (limited to 'core/linux-sources')
-rw-r--r-- | core/linux-sources/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/linux-sources/APKBUILD b/core/linux-sources/APKBUILD index cfae32482..970ddc1d1 100644 --- a/core/linux-sources/APKBUILD +++ b/core/linux-sources/APKBUILD @@ -4,8 +4,8 @@ pkgver=2.6.28.4 _kernver=2.6.28 pkgrel=0 pkgdesc="The vanilla Linux kernel sources" -arch=i486 license=GPL-2 +options="!strip" url=http://kernel.org source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 |