diff options
author | Bending Unit 647 <bender647[at]gmail[dot]com> | 2013-05-19 09:12:24 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:24 -0400 |
commit | c712ac01fecc4fc1fd7918275803e69a6f0a0624 (patch) | |
tree | 7b6ae2d4f1ec45b6d9b31e1a1ab618ec6c71cfa0 /office/elyxer/elyxer.SlackBuild | |
parent | a8a0b44d01b91471ce942364b10554aa6023a69e (diff) |
office/elyxer: Updated for version 1.2.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/elyxer/elyxer.SlackBuild')
-rw-r--r-- | office/elyxer/elyxer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild index 7b3dfbfeb0d19..3159c7ecf5cba 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 |