diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-29 19:11:38 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-29 19:11:38 +0000 |
commit | c99526d677b20a0ed6cb686321e9da23d0ab60db (patch) | |
tree | 07e9f41a96a65ec2f3249cbd98ef7b33a4c1500a /kernel-ratten/kernel-ratten.SlackBuild | |
parent | b47f6ccd4d1495fc9b31d9337d5027f99358fb76 (diff) | |
download | slackbuilds-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-x | kernel-ratten/kernel-ratten.SlackBuild | 7 |
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 + |