mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/otter: Fix font size.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
412804e287
commit
82dbb60581
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
SRCNAM=otter-browser
|
||||
PRGNAM=$(echo $SRCNAM | cut -c1-5)
|
||||
VERSION=${VERSION:-0.9.07}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -70,6 +70,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 {} \;
|
||||
|
||||
# Fix font size for non-OpenDesktop window managers
|
||||
export QT_STYLE_OVERRIDE=gtk
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue