aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/build.sh b/build.sh
index ad735b2..fcf895c 100755
--- a/build.sh
+++ b/build.sh
@@ -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