diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-02 20:53:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 11:46:51 +0700 |
commit | befa6e1d8aa70598e4e0bf8367c2a42601315921 (patch) | |
tree | 2ad1a0116f4c24493eb57b4529429d4b06473542 /desktop/sun/sun.SlackBuild | |
parent | 79065026f32cbc3c2e8df5ef8a0d35c3bf55380c (diff) |
desktop/sun: Updated for version 1.3.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/sun/sun.SlackBuild')
-rw-r--r-- | desktop/sun/sun.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index b880f66b15..6c1e5ff77f 100644 --- a/desktop/sun/sun.SlackBuild +++ b/desktop/sun/sun.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sun -VERSION=${VERSION:-1.3.5} +VERSION=${VERSION:-1.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,6 +81,10 @@ find -L . \ python3 setup.py install --root=$PKG +# Install configuration file +mkdir -p $PKG/etc/$PRGNAM +install -D -m0644 conf/sun.toml $PKG/etc/sun/sun.toml.new + 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 |