mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/weechat: Fix building against the new ruby in current.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
712320b61b
commit
42f415e340
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ chown -R root:root .
|
|||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
|
||||
|
||||
sed -i "s|ruby-3.2|ruby-3.3 ruby-3.2|" cmake/FindRuby.cmake
|
||||
|
||||
# 20211019 bkw: patch from Debian: Build html documentation without
|
||||
# requiring data (javascript, fonts) on external websites (potential
|
||||
# privacy breach). Patch was slightly modified for Slackware.
|
||||
|
|
Loading…
Reference in a new issue