move sbopkg from /usr/bin to /usr/sbin; update sbopkg.SlackBuild and sspm to reflect this change to /usr/sbin; move French man pages to /usr/man/fr/man*; update ChangeLog-current.txt

This commit is contained in:
chess.griffin 2009-03-10 02:53:20 +00:00
parent b987661439
commit dad7b0eada
6 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
Wed Mar 4 21:03:29 UTC 2009
Tue Mar 10 02:50:30 UTC 2009
Sbopkg 0.XX.X released. This version contains the following fixes and
enhancements:
* Move sbopkg to /usr/sbin; move French man pages to /usr/man/fr/man*;
update sbopkg.SlackBuild and sspm to reflect /usr/sbin.
* Remove some useless code from check_for_latest and also fix the
download folder for sbopkg updates. Thanks to David Somero for the bug
report.

View File

@ -38,8 +38,8 @@ find . \
mkdir -p $PKG/etc/sbopkg
cp etc/sbopkg/* $PKG/etc/sbopkg
mkdir -p $PKG/usr/bin
cp usr/bin/* $PKG/usr/bin
mkdir -p $PKG/usr/sbin
cp usr/sbin/* $PKG/usr/sbin
mkdir -p $PKG/usr/man
cp -a usr/man/* $PKG/usr/man

View File

@ -63,7 +63,7 @@ fi
# old package. But, as the doctor said to the guy who complained that it hurt
# when he did that, don't DO that.
if [[ $build == yes || $inst == yes ]]; then
svn_script="$repo/src/usr/bin/sbopkg"
svn_script="$repo/src/usr/sbin/sbopkg"
if [ -r $svn_script ]; then
export VERSION=svn$(svnversion $repo)
else