diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,9 +1,4 @@ #!/bin/sh - -# for the qml.qrc -cp -r usr/share/knotifications5 . - -cmake -B build . -cmake --build build -cp -v -r usr/ / -sudo install -vDm755 build/kdeltachat -t /usr/local/bin/ +cmake -DCMAKE_INSTALL_PREFIX=/usr -B build +make -C build +make -C build PREFIX=/usr install |