aboutsummaryrefslogtreecommitdiff
path: root/trunk/simplepkg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/simplepkg.SlackBuild')
-rwxr-xr-xtrunk/simplepkg.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/trunk/simplepkg.SlackBuild b/trunk/simplepkg.SlackBuild
index ee79b1c..7bf5a6a 100755
--- a/trunk/simplepkg.SlackBuild
+++ b/trunk/simplepkg.SlackBuild
@@ -1,12 +1,12 @@
#!/bin/bash
#
-# constroi o pacote do simplepkg
+# SlackBuild script for simplepkg
#
PACKAGE="simplepkg"
PACK_DIR="package-$PACKAGE"
BUILD=${BUILD:=1rha}
-VERSION="0.5pre3"
+VERSION="0.5pre4"
ARCH="noarch"
LIBEXEC="/usr/libexec/$PACKAGE"
BINDIR="/usr/bin"
@@ -47,7 +47,6 @@ for file in $DOC_LIST; do
cp doc/$file $PACK_DIR/$DOC_DIR/$PACKAGE-$VERSION/
done
-# especifico do simplepkg
mkdir -p $PACK_DIR/etc/$PACKAGE/{defaults,templates}
rsync -av --exclude=.svn templates/* $PACK_DIR/etc/$PACKAGE/defaults/templates/
chmod +x $PACK_DIR/etc/$PACKAGE/defaults/templates/vserver/vserver.s/*.sh