diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-02 09:16:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-02 09:16:42 +0000 |
commit | 5fe915321b34226175e51c1a6df0523d7480caf5 (patch) | |
tree | 147b75d9c711be49e3739c42ab61ec6911c530cc | |
parent | f9deb9362a0c30632ac44bc7f11bb71193d22920 (diff) | |
download | aports-5fe915321b34226175e51c1a6df0523d7480caf5.tar.bz2 aports-5fe915321b34226175e51c1a6df0523d7480caf5.tar.xz |
main/linux-grsec: use modules_prepare for the -dev package
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 2b1fa703f3..556b5e0361 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.0.4 _kernver=3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -106,7 +106,7 @@ dev() { mkdir -p "$dir" cp "$srcdir"/$_config "$dir"/.config make -j1 -C "$srcdir"/linux-$_kernver O="$dir" HOSTCC="${CC:-gcc}" \ - silentoldconfig prepare scripts gcc-plugins + silentoldconfig prepare modules_prepare scripts # remove the stuff that poits to real sources. we want 3rd party # modules to believe this is the soruces |