aboutsummaryrefslogtreecommitdiff
path: root/system/unetbootin/unetbootin.SlackBuild
diff options
context:
space:
mode:
authorJens Weber <jens@tuxane.com>2013-02-24 00:52:54 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-02-24 10:23:09 -0600
commit0095fa92080b1cebad7a1656d370692d03e76b30 (patch)
tree36f8e836450e48ce1ffa7970601ec29dc9ea6033 /system/unetbootin/unetbootin.SlackBuild
parent75743a4cbad3ac45d2faf8da3855f57f33145a5d (diff)
downloadslackbuilds-0095fa92080b1cebad7a1656d370692d03e76b30.tar.xz
system/unetbootin: Updated for version 583.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r--system/unetbootin/unetbootin.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild
index acc5f4cf4eff..1fad4b939dad 100644
--- a/system/unetbootin/unetbootin.SlackBuild
+++ b/system/unetbootin/unetbootin.SlackBuild
@@ -2,11 +2,12 @@
# Slackware build script for unetbootin
# Written by Jens Weber <jens@tuxane.com>
# v565: (jw) initial version 01/06/2012
-# v575: (jw) updated version
+# v575: (jw) updated version
# v581: (jw) update to version 581 11 Dec 2012
+# v583: (jw) version bump to v583 22 Feb 2013
PRGNAM=unetbootin
-VERSION=581
+VERSION=583
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -23,7 +24,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-
if [ "$ARCH" = "i486" ]; then
LIBDIRSUFFIX=""
archname="i386"
@@ -47,7 +47,6 @@ mkdir -p $TMP $PKG $OUTPUT $PTMP
cd $PTMP
tar xvf $CWD/${PRGNAM}-source-$(echo $VERSION).tar.gz
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -90,6 +89,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.TXT INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.issues > $PKG/usr/doc/$PRGNAM-$VERSION/README.issues
+chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/INSTALL
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc