network/otter: Fix font size.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-11-09 17:42:22 +02:00 committed by Willy Sudiarto Raharjo
parent 412804e287
commit 82dbb60581

View file

@ -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 \