aboutsummaryrefslogtreecommitdiff
path: root/trunk/simplepkg.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:14:39 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:14:39 +0000
commit4a79f818f6a77a655199332ef0a7d787d07759cc (patch)
tree08a08da169a749134996c9d1641d5cb52fad0283 /trunk/simplepkg.SlackBuild
parente2c20ff09c500808300d6a282fc3b200eadf2d77 (diff)
downloadsimplepkg-4a79f818f6a77a655199332ef0a7d787d07759cc.tar.gz
simplepkg-4a79f818f6a77a655199332ef0a7d787d07759cc.tar.bz2
lots of changes, se file doc/CHANGELOG for info
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@303 04377dda-e619-0410-9926-eae83683ac58
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