summaryrefslogtreecommitdiffstats
path: root/p7zip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-12-15 14:34:23 +0000
committer Eric Hameleers <alien@slackware.com>2010-12-15 14:34:23 +0000
commit310799af1b71622f5a48e8af9d7614a134ee6095 (patch)
tree6465437c626af7db0220c82e462dc9f6926364d3 /p7zip
parentd63b3767c4f4f9d136f80bb05d3e1faedc16aeb3 (diff)
downloadasb-310799af1b71622f5a48e8af9d7614a134ee6095.tar.gz
asb-310799af1b71622f5a48e8af9d7614a134ee6095.tar.xz
Some changes in DOCS handling
Diffstat (limited to 'p7zip')
-rwxr-xr-xp7zip/build/p7zip.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild
index c002dcb2..26f59042 100755
--- a/p7zip/build/p7zip.SlackBuild
+++ b/p7zip/build/p7zip.SlackBuild
@@ -208,8 +208,6 @@ install -m 644 GUI/kde/*.desktop $PKG/usr/share/kde4/services/ServiceMenus/
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-mv $PKG/usr/doc/$PRGNAM-$VERSION/DOCS/* $PKG/usr/doc/$PRGNAM-$VERSION/ && \
- rmdir $PKG/usr/doc/$PRGNAM-$VERSION/DOCS
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
cat $SRCDIR/$(basename $0) > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;