From 67bf9a4c07ff8a46a8dfecf3b773d6db497c726e Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 17 Oct 2006 15:23:44 +0000 Subject: kernel-ratten: added rt-lsm patch git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@411 370017ae-e619-0410-ac65-c121f96126d4 --- kernel-ratten/kernel-ratten.SlackBuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'kernel-ratten/kernel-ratten.SlackBuild') diff --git a/kernel-ratten/kernel-ratten.SlackBuild b/kernel-ratten/kernel-ratten.SlackBuild index f5c1cd03..ba3c5cf2 100755 --- a/kernel-ratten/kernel-ratten.SlackBuild +++ b/kernel-ratten/kernel-ratten.SlackBuild @@ -30,8 +30,9 @@ KERNEL_VERSION="2.6.15" EXTRAVERSION="" ARCH="x86_64" BUILD="1rha" -PATCHSET="bs" +PATCHSET="bs-rt" PATCH_VERSION="3.1.6-2.6.15" +REALTIME_PATCH="rt-lsm-0.8.7-kernel.patch" TMP=${TMP:=/tmp} SRC_DIR=${SRC:=$CWD} SPLASH="/etc/bootsplash/themes/Slack-Black-Tux/config/bootsplash-1024x768.cfg" @@ -91,6 +92,7 @@ elif [ ! -z "$PATCHSET" ]; then fi mv Makefile.tmp Makefile +patch -p1 < $CWD/$REALTIME_PATCH patch -p1 < $SRC_DIR/$PATCH make oldconfig @@ -147,15 +149,6 @@ splash -s -f $SPLASH > $PKG/boot/initrd.gz cd $PKG makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz -cat << EOCAT -Please check if you need to build or install the following modules: - - realtime-lsm - shfs - -Have a nice day. -EOCAT - if [ "$CLEANUP" == "yes" ]; then rm -rf $TMP fi -- cgit v1.2.3