update doc files
This commit is contained in:
parent
1f3f7abc49
commit
52b1971838
1 changed files with 8 additions and 3 deletions
|
@ -181,9 +181,14 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" \
|
|||
rm $PKG/usr/info/dir*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING* ChangeLog INSTALL README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a BUGS \
|
||||
CONTRIBUTE \
|
||||
COPYING \
|
||||
ChangeLog \
|
||||
INSTALL \
|
||||
INSTALL.REPO \
|
||||
README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat <<EOF > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue