graphics/opentoonz: Update README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bloyburt 2023-12-28 21:36:54 +07:00 committed by Willy Sudiarto Raharjo
parent 9932a38252
commit a910dfdf17
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -7,4 +7,4 @@ After installation, a local "stuff" directory on your user area will
be required in order for the program to run. This directory can be
initialised by running the following commands:
mkdir -p $HOME/.config/OpenToonz
cp -r /opt/opentoonz/share/opentoonz/stuff $HOME/.config/OpenToonz/
cp -r /usr/share/opentoonz/stuff $HOME/.config/OpenToonz/

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opentoonz
VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -97,10 +97,10 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release \
../sources/
../sources
make
make install/strip DESTDIR=$PKG
cd ..