mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
remove tools/makechangelog to make way for new, proper ChangeLog.txt to be coming soon; edit sbopkg.SlackBuild to copy new ChangeLog.txt
This commit is contained in:
parent
582f752e6e
commit
ad7a9f4ccc
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Build ChangeLog for package inclusion using the svn2cl Perl script
|
||||
# (http://ch.tudelft.nl/~arthur/svn2cl)
|
||||
|
||||
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only
|
@ -51,7 +51,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a usr/doc/README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a usr/doc/TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a usr/doc/UPDATELIST-DEBUGGING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a usr/doc/ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a usr/doc/ChangeLog.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $CWD/sbopkg.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
Loading…
Reference in New Issue
Block a user