mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/openboard: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
414586410a
commit
55cd4de890
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ sed -i "s|lquazip5|lquazip1-qt5|g" OpenBoard.pro
|
|||
|
||||
# Add changes for current
|
||||
# Thanks to Robby Workman for the idea
|
||||
QUAZIPVER=`pkg-config --modversion quazip1-qt5`
|
||||
QUAZIPVER=$( pkg-config --modversion quazip1-qt5 )
|
||||
sed -i "s|QuaZip-Qt5-1.1|QuaZip-Qt5-$QUAZIPVER|g" OpenBoard.pro plugins/cffadaptor/UBCFFAdaptor.pro
|
||||
|
||||
qmake-qt5 OpenBoard.pro -spec linux-g++
|
||||
|
|
Loading…
Reference in a new issue