]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
kernel-ratten: fixes
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 17 Oct 2006 14:39:14 +0000 (14:39 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 17 Oct 2006 14:39:14 +0000 (14:39 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@408 370017ae-e619-0410-ac65-c121f96126d4

kernel-ratten/kernel-ratten.SlackBuild

index 5291a3e32d48fdafde713b6315026ef400a66de5..f5c1cd03162e1ba03f4122f1ee1e3b2cc9655639 100755 (executable)
@@ -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