kf6
This commit is contained in:
@ -24,7 +24,7 @@ build() {
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_HTML_DOCS=ON \
|
||||
-DBUILD_QTHELP_DOCS=ON
|
||||
cmake --build build
|
||||
cmake --build build -j$(($(nproc) - 1))
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Reference in New Issue
Block a user