mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-19 10:26:56 +01:00
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:
parent
b987661439
commit
dad7b0eada
6 changed files with 6 additions and 4 deletions
|
@ -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
|
Sbopkg 0.XX.X released. This version contains the following fixes and
|
||||||
enhancements:
|
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
|
* Remove some useless code from check_for_latest and also fix the
|
||||||
download folder for sbopkg updates. Thanks to David Somero for the bug
|
download folder for sbopkg updates. Thanks to David Somero for the bug
|
||||||
report.
|
report.
|
||||||
|
|
|
@ -38,8 +38,8 @@ find . \
|
||||||
mkdir -p $PKG/etc/sbopkg
|
mkdir -p $PKG/etc/sbopkg
|
||||||
cp etc/sbopkg/* $PKG/etc/sbopkg
|
cp etc/sbopkg/* $PKG/etc/sbopkg
|
||||||
|
|
||||||
mkdir -p $PKG/usr/bin
|
mkdir -p $PKG/usr/sbin
|
||||||
cp usr/bin/* $PKG/usr/bin
|
cp usr/sbin/* $PKG/usr/sbin
|
||||||
|
|
||||||
mkdir -p $PKG/usr/man
|
mkdir -p $PKG/usr/man
|
||||||
cp -a usr/man/* $PKG/usr/man
|
cp -a usr/man/* $PKG/usr/man
|
||||||
|
|
|
@ -63,7 +63,7 @@ fi
|
||||||
# old package. But, as the doctor said to the guy who complained that it hurt
|
# old package. But, as the doctor said to the guy who complained that it hurt
|
||||||
# when he did that, don't DO that.
|
# when he did that, don't DO that.
|
||||||
if [[ $build == yes || $inst == yes ]]; then
|
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
|
if [ -r $svn_script ]; then
|
||||||
export VERSION=svn$(svnversion $repo)
|
export VERSION=svn$(svnversion $repo)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue