summaryrefslogtreecommitdiff
path: root/office/elyxer/elyxer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/elyxer/elyxer.SlackBuild')
-rw-r--r--office/elyxer/elyxer.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild
index 7b3dfbfeb0..3159c7ecf5 100644
--- a/office/elyxer/elyxer.SlackBuild
+++ b/office/elyxer/elyxer.SlackBuild
@@ -5,7 +5,7 @@
# Written by Bending Unit 647 <bender647[at]gmail[dot]com>
PRGNAM=elyxer
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +62,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README gpl-3.0-standalone.html docs $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md gpl-3.0-standalone.html docs $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install