diff options
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 |
commit | c1c259ec0a2b04964c7ca3cb4133fffbe594882a (patch) | |
tree | 1e9e4dee9094b58edc87e76b88d722698376336e /system/mbr/mbr.SlackBuild | |
parent | c00493b2b9377178dfb5c4a4ec2db9adcc874672 (diff) | |
download | slackbuilds-c1c259ec0a2b04964c7ca3cb4133fffbe594882a.tar.gz |
system/mbr: Updated info and minor tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/mbr/mbr.SlackBuild')
-rw-r--r-- | system/mbr/mbr.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 |