summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author crocket <crockabiscuit@gmail.com>2011-06-23 20:35:12 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:00 -0300
commitc1c259ec0a2b04964c7ca3cb4133fffbe594882a (patch)
tree1e9e4dee9094b58edc87e76b88d722698376336e /system
parentc00493b2b9377178dfb5c4a4ec2db9adcc874672 (diff)
downloadslackbuilds-c1c259ec0a2b04964c7ca3cb4133fffbe594882a.tar.gz
slackbuilds-c1c259ec0a2b04964c7ca3cb4133fffbe594882a.tar.xz
system/mbr: Updated info and minor tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/mbr/README1
-rw-r--r--system/mbr/mbr.SlackBuild6
-rw-r--r--system/mbr/mbr.info2
-rw-r--r--system/mbr/slack-desc4
4 files changed, 6 insertions, 7 deletions
diff --git a/system/mbr/README b/system/mbr/README
index a9d5fa6f8a..d91da54a2a 100644
--- a/system/mbr/README
+++ b/system/mbr/README
@@ -3,3 +3,4 @@ mbr (Master Boot Record for IBM-PC compatible computers)
The MBR is used in booting operating systems from the hard disk.
It runs first, then transfers control to the operating system's
loader which transfers control to the kernel.
+
diff --git a/system/mbr/mbr.SlackBuild b/system/mbr/mbr.SlackBuild
index 490d38b131..f6477ad2bc 100644
--- a/system/mbr/mbr.SlackBuild
+++ b/system/mbr/mbr.SlackBuild
@@ -2,19 +2,17 @@
# Slackware build script for mbr
-# Written by crocket ( crockabiscuit@yahoo.com )
+# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=mbr
VERSION=${VERSION:-1.1.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/system/mbr/mbr.info b/system/mbr/mbr.info
index 443019b059..9441a0a083 100644
--- a/system/mbr/mbr.info
+++ b/system/mbr/mbr.info
@@ -8,5 +8,5 @@ MD5SUM="27c3854edf80716158001eec59634972 \
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
-EMAIL="crockabiscuit@yahoo.com"
+EMAIL="crockabiscuit@gmail.com"
APPROVED="dsomero"
diff --git a/system/mbr/slack-desc b/system/mbr/slack-desc
index db8eb761cf..2b3f1e7d75 100644
--- a/system/mbr/slack-desc
+++ b/system/mbr/slack-desc
@@ -12,8 +12,8 @@ mbr: The MBR is used in booting operating systems from the hard disk.
mbr: It runs first, then transfers control to the operating system's
mbr: loader which transfers control to the kernel.
mbr:
-mbr: The website of mbr is http://packages.ubuntu.com/lucid/mbr
+mbr: Website: http://packages.ubuntu.com/lucid/mbr
+mbr:
mbr:
mbr:
mbr:
-mbr: \ No newline at end of file