aboutsummaryrefslogtreecommitdiff
path: root/kernel-ratten/kernel-ratten.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 19:11:38 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-29 19:11:38 +0000
commitc99526d677b20a0ed6cb686321e9da23d0ab60db (patch)
tree07e9f41a96a65ec2f3249cbd98ef7b33a4c1500a /kernel-ratten/kernel-ratten.SlackBuild
parentb47f6ccd4d1495fc9b31d9337d5027f99358fb76 (diff)
downloadslackbuilds-c99526d677b20a0ed6cb686321e9da23d0ab60db.tar.gz
slackbuilds-c99526d677b20a0ed6cb686321e9da23d0ab60db.tar.bz2
kernel slackbuilds updated
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@69 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'kernel-ratten/kernel-ratten.SlackBuild')
-rwxr-xr-xkernel-ratten/kernel-ratten.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel-ratten/kernel-ratten.SlackBuild b/kernel-ratten/kernel-ratten.SlackBuild
index f77ff452..4ad33aa5 100755
--- a/kernel-ratten/kernel-ratten.SlackBuild
+++ b/kernel-ratten/kernel-ratten.SlackBuild
@@ -15,6 +15,7 @@ PATCH_VERSION="3.1.6-2.6.12"
TMP=${TMP:=/tmp}
SRC_DIR=${SRC:=$CWD}
SPLASH="/etc/bootsplash/themes/Slack-Black-Tux/config/bootsplash-1024x768.cfg"
+REPOS=${REPOS:=$TMP}
cat << EOCAT
Just remembering, you need the following stuff installed:
@@ -140,7 +141,7 @@ mkinitrd -c -k 2.6.15.7 -o $PKG/boot/initrd.gz
splash -s -f $SPLASH > $PKG/boot/initrd.gz
cd $PKG
-makepkg -c y -l y $TMP/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz
+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:
@@ -151,3 +152,7 @@ Please check if you need to build or install the following modules:
Have a nice day.
EOCAT
+if [ "$CLEANUP" == "yes" ]; then
+ rm -rf $TMP
+fi
+