summaryrefslogtreecommitdiffstats
path: root/development/Naked/Naked.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/Naked/Naked.SlackBuild')
-rw-r--r--development/Naked/Naked.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/Naked/Naked.SlackBuild b/development/Naked/Naked.SlackBuild
index 825988b586..1cb99cbb22 100644
--- a/development/Naked/Naked.SlackBuild
+++ b/development/Naked/Naked.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Naked
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Naked
-VERSION=${VERSION:-0.1.30}
+VERSION=${VERSION:-0.1.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}