mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-28 07:58:04 +01:00
mate-utils: Fix build in -stable.
Thanks to Matt Dinslage for the report. Fix #1. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
60b215e25d
commit
00c77be8aa
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
# This patch is only for 15.0 but no harm in -current
|
||||||
|
patch -p1 < $CWD/1001_fix-gsearchtool-pt-help-translation.patch
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
Loading…
Add table
Reference in a new issue