From e94c77fa78b9d021af9ba66b32680af7731b424c Mon Sep 17 00:00:00 2001 From: Viktor Villainov Date: Tue, 30 Oct 2018 14:03:12 -0400 Subject: [PATCH] Update manifest --- website.i2pd.i2pd.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/website.i2pd.i2pd.json b/website.i2pd.i2pd.json index 990ba6f..9407529 100644 --- a/website.i2pd.i2pd.json +++ b/website.i2pd.i2pd.json @@ -9,7 +9,8 @@ "--socket=wayland", "--share=ipc", "--share=network", - "--device=dri"], + "--device=dri" + ], "cleanup": [ "/cache", "/share/doc", "/share/man", "/bin/openssl", "/bin/upnpc", "/bin/c_rehash", "/bin/external-ip", @@ -36,7 +37,7 @@ "buildsystem": "simple", "build-commands": [ "./config --prefix=/app --openssldir=/app/ssl shared zlib", - "make", + "make -j $FLATPAK_BUILDER_N_JOBS", "make install" ], "sources": [ @@ -49,11 +50,8 @@ }, { "name": "miniupnpc", - "buildsystem": "simple", - "build-commands": [ - "make", - "INSTALLPREFIX=/app make install" - ], + "no-autogen": true, + "make-install-args": ["INSTALLPREFIX=/app"], "sources": [ { "type": "archive",