diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-01-19 22:51:55 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-01-19 22:51:55 +0000 |
commit | 763b6e1cec2f3b7c8de8f7fa273494488ae7eebd (patch) | |
tree | 284d187d094f676669f897af7c29d16ecad7b939 /academic/reduce-algebra/reduce-algebra.SlackBuild | |
parent | 30b26d93df9ce63939507c45f9f5939662d449d2 (diff) | |
download | slackbuilds-763b6e1cec2f3b7c8de8f7fa273494488ae7eebd.tar.gz |
academic/reduce-algebra: Updated for version 20180117svn4372.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/reduce-algebra/reduce-algebra.SlackBuild')
-rw-r--r-- | academic/reduce-algebra/reduce-algebra.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/reduce-algebra/reduce-algebra.SlackBuild b/academic/reduce-algebra/reduce-algebra.SlackBuild index 893b5857d6..95b7de171b 100644 --- a/academic/reduce-algebra/reduce-algebra.SlackBuild +++ b/academic/reduce-algebra/reduce-algebra.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for reduce-algebra -# Copyright 2016-2017 Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2018 Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=reduce-algebra -VERSION=${VERSION:-20171112svn4264} +VERSION=${VERSION:-20180117svn4372} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -151,7 +151,7 @@ sed --in-place "s/\/lib\/reduce\/cslbuild/\/lib$LIBDIRSUFFIX\/reduce\/cslbuild/" # copy rest cp bin/{rfcsl,rfpsl} generic/breduce/breduce $PKG/usr/bin -cp generic/emacs/* $PKG/usr/share/emacs/site-lisp/reduce +cp -r generic/emacs/* $PKG/usr/share/emacs/site-lisp/reduce find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |