diff options
author | Andy Alt <arch_stanton5995@proton.me> | 2024-03-22 08:51:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-22 09:11:16 +0700 |
commit | 74012680dbe2b9ca31910340b87d221189fa37a5 (patch) | |
tree | 40c352185f794876202d0035f2e3ae2b3e3ec999 /system/rmw/rmw.SlackBuild | |
parent | 47b09f34e23e132f489359cd5e3e38cd95f500b0 (diff) |
system/rmw: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rmw/rmw.SlackBuild')
-rw-r--r-- | system/rmw/rmw.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index 2e05034512fd6..8b99c45f2c745 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for rmw # -# Copyright 2019-2023 / Andy Alt / United States +# Copyright 2019-2024 / Andy Alt / United States # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rmw -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -95,12 +95,6 @@ cd build DESTDIR=$PKG ninja install cd .. -# -# rmw no longer searches for a system-wide config file -# -#mkdir -p $PKG/etc -#cat rmwrc > $PKG/etc/rmwrc.new - find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |