aboutsummaryrefslogtreecommitdiff
path: root/kernel-ratten
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-17 14:39:14 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-17 14:39:14 +0000
commit49b8b49f71b047c5e1eea9194e8de571794e25bc (patch)
treee7f8d24dd8ea85dbfdacedf645bb6a5394de25d3 /kernel-ratten
parent4b696e59193945e86347402143f8be936f238f5a (diff)
downloadslackbuilds-49b8b49f71b047c5e1eea9194e8de571794e25bc.tar.gz
slackbuilds-49b8b49f71b047c5e1eea9194e8de571794e25bc.tar.bz2
kernel-ratten: fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@408 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'kernel-ratten')
-rwxr-xr-xkernel-ratten/kernel-ratten.SlackBuild28
1 files changed, 14 insertions, 14 deletions
diff --git a/kernel-ratten/kernel-ratten.SlackBuild b/kernel-ratten/kernel-ratten.SlackBuild
index 5291a3e3..f5c1cd03 100755
--- a/kernel-ratten/kernel-ratten.SlackBuild
+++ b/kernel-ratten/kernel-ratten.SlackBuild
@@ -3,20 +3,6 @@
# slackbuild for kernel-ratten
#
-CWD="`pwd`"
-
-PACKAGE="kernel-ratten"
-KERNEL_VERSION="2.6.15"
-EXTRAVERSION=""
-ARCH="x86_64"
-BUILD="1rha"
-PATCHSET="bs"
-PATCH_VERSION="3.1.6-2.6.15"
-TMP=${TMP:=/tmp}
-SRC_DIR=${SRC:=$CWD}
-SPLASH="/etc/bootsplash/themes/Slack-Black-Tux/config/bootsplash-1024x768.cfg"
-REPOS=${REPOS:=$TMP}
-
if [ -s "slack-required" ]; then
echo Recomended and required packages for building cairo are:
cat slack-required | sed -e 's/^/\t/'
@@ -37,6 +23,20 @@ if [ -f "~/.slackbuildrc" ]; then
source ~/.slackbuildrc
fi
+CWD="`pwd`"
+
+PACKAGE="kernel-ratten"
+KERNEL_VERSION="2.6.15"
+EXTRAVERSION=""
+ARCH="x86_64"
+BUILD="1rha"
+PATCHSET="bs"
+PATCH_VERSION="3.1.6-2.6.15"
+TMP=${TMP:=/tmp}
+SRC_DIR=${SRC:=$CWD}
+SPLASH="/etc/bootsplash/themes/Slack-Black-Tux/config/bootsplash-1024x768.cfg"
+REPOS=${REPOS:=$TMP}
+
if [ ! -f "$SPLASH" ]; then
echo error: file not found: $SPLASH
exit 1