aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-11 14:56:04 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-11 14:56:04 +0100
commit1d507d8ac3b7a58ce7b2d30991190556dc9b1f9b (patch)
treec8697a69734d29bbb896149acd207e7001814b01 /linux
parentEditing bookmark items (diff)
downloadsmolbote-1d507d8ac3b7a58ce7b2d30991190556dc9b1f9b.tar.xz
Removed docs (moved to site)
Diffstat (limited to 'linux')
-rw-r--r--linux/makepkg/PKGBUILD.generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD.generic b/linux/makepkg/PKGBUILD.generic
index 9a17f9b..98f132f 100644
--- a/linux/makepkg/PKGBUILD.generic
+++ b/linux/makepkg/PKGBUILD.generic
@@ -38,7 +38,7 @@ build() {
#cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DUseLibCpp=On "$srcdir/smolbote-git"
# build, with 4 threads
- make -j 4
+ make
}
package() {