remove /latest since the new 'check for an update' code uses something else; update /tools/sbopkg.SlackBuild and /tools/makechangelog

This commit is contained in:
chess.griffin 2008-12-24 14:09:23 +00:00
parent d875937bf6
commit eede5fbf66
2 changed files with 4 additions and 3 deletions

View File

@ -5,4 +5,4 @@
# Build ChangeLog for package inclusion using the svn2cl Perl script
# (http://ch.tudelft.nl/~arthur/svn2cl)
sh ~/svn2cl/svn2cl.sh ~/sbopkg
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only

View File

@ -8,9 +8,10 @@
# SlackBuilds.org template.
PRGNAM=sbopkg
VERSION=${VERSION:-0.10.0}
VERSION=${VERSION:-0.15.0}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_cng}
CWD=$(pwd)
TMP=${TMP:-/tmp/build}
@ -58,4 +59,4 @@ 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.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz