mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/kmediafactory: Added a docbook fix.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
76e9652674
commit
b0eb21536b
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix doctype version
|
||||
sed -i "s/V4.1.2-Based/V4.2-Based/" doc/en/index.docbook
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue