diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-09-14 02:58:40 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-15 19:20:40 +0100 |
commit | 9ece6aecf089cb69bbf0e55c54088f0aa73bf29e (patch) | |
tree | bee6c588e9b86f8830a2fcd567a2cf645289c700 /libraries/mujs/mujs.SlackBuild | |
parent | 58221e73deeef49d68d47e32dcdd12162994667d (diff) |
libraries/mujs: Updated for version 1.0.4.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'libraries/mujs/mujs.SlackBuild')
-rw-r--r-- | libraries/mujs/mujs.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/mujs/mujs.SlackBuild b/libraries/mujs/mujs.SlackBuild index dc62dd129c07..8c32c8ad89b0 100644 --- a/libraries/mujs/mujs.SlackBuild +++ b/libraries/mujs/mujs.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mujs -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -make +make LDFLAGS=-ltermcap make prefix=/usr libdir=/usr/lib${LIBDIRSUFFIX} install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |