diff options
author | 2023-06-20 03:21:45 -0400 | |
---|---|---|
committer | 2023-06-23 07:48:05 +0700 | |
commit | 80f89d05435c338cbcc98bf0cea4e57a6ca74201 (patch) | |
tree | d4cd0dda896cf49f146dc71ddbe8bc9848113929 /graphics/povray/povray.SlackBuild | |
parent | 82993ad179d113777a36bd832fb11469466f660d (diff) | |
download | slackbuilds-80f89d05435c338cbcc98bf0cea4e57a6ca74201.tar.gz slackbuilds-80f89d05435c338cbcc98bf0cea4e57a6ca74201.tar.xz |
graphics/povray: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/povray/povray.SlackBuild')
-rw-r--r-- | graphics/povray/povray.SlackBuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/povray/povray.SlackBuild b/graphics/povray/povray.SlackBuild index 546e6e2b08..71cbf2e775 100644 --- a/graphics/povray/povray.SlackBuild +++ b/graphics/povray/povray.SlackBuild @@ -25,6 +25,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230620 bkw: currently, sbopkglint complains: +# Running test: 40-newconfig... +# --- doinst.sh doesn't handle .new config files: +# -rw-r--r-- 1 root root 4369 Jun 20 00:19 ./etc/povray/3.8/povray.conf.new +# -rw-r--r-- 1 root root 2494 Jun 20 00:19 ./etc/povray/3.8/povray.ini.new +# ...but ignore it, because the doinst.sh does handle the config files, +# it's just that sbopkglint isn't (yet?) smart enough to understand it. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=povray |