mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
audio/mixxx: Fix for a python3-based scons.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
80c933d6bf
commit
65bfe5d417
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
|
||||
|
||||
# scons is now python3 based
|
||||
sed -i "s|from features|from .features|" build/depends.py
|
||||
|
||||
# Fix library installation path
|
||||
sed -i "s|'lib'|'lib$LIBDIRSUFFIX'|" build/depends.py src/SConscript || exit 1
|
||||
sed -i "s|usr/lib|usr/lib$LIBDIRSUFFIX|" src/SConscript || exit 1
|
||||
|
|
Loading…
Reference in a new issue