diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 00:13:55 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 00:13:55 +0000 |
commit | 2fea415a8b6ab9eae92686a182341d8f5fe56d00 (patch) | |
tree | 889fee82b0ebde2870be7673fc7eff9c2bc2efeb /repo/x11/mesa.xibuild | |
parent | 92a76bb80efda3fcb96cb0a990ae5bfa658449d1 (diff) |
fixed docbook issues
Diffstat (limited to 'repo/x11/mesa.xibuild')
-rw-r--r-- | repo/x11/mesa.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/mesa.xibuild b/repo/x11/mesa.xibuild index b9592cc..09d34d7 100644 --- a/repo/x11/mesa.xibuild +++ b/repo/x11/mesa.xibuild @@ -38,13 +38,13 @@ build () { unset GALLIUM_DRV DRI_DRIVERS && - ninja + ninja -j$JOBS } package () { DESTDIR=$PKG_DEST ninja install - install -v -dm755 $PKG_DEST/usr/share/doc/mesa-$PKG_VER && - cp -rfv ../docs/* $PKG_DEST/usr/share/doc/mesa-$PKG_VER + install -dm755 $PKG_DEST/usr/share/doc/mesa-$PKG_VER && + cp -rf ../docs/* $PKG_DEST/usr/share/doc/mesa-$PKG_VER } |