summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-19 18:41:47 +0100
committerMartchus2019-02-19 18:41:47 +0100
commit746c9b3e755650e5952c4129d2aaefad92e426d1 (patch)
treef2c377e661b72fbb55436a8a940b62b073633e50
parent6daa2574ecbc2a598c28f4533e37e083688121e8 (diff)
downloadaur-746c9b3e755650e5952c4129d2aaefad92e426d1.tar.gz
Specify source directory explicitely
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e29f8bc64a1..4b165fc5ef6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,8 @@ build() {
-DWEBVIEW_PROVIDER="${_webview_provider}" \
-DJS_PROVIDER="${_js_provider}" \
-DSYSTEMD_SUPPORT=ON \
- $additional_args
+ $additional_args \
+ .
make
}