From 5a3a00b2cb4810ee254b03db25a32fc8cf4a4c1b Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Fri, 17 Dec 2021 01:25:14 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- metadata/com.osfans.trime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.osfans.trime.yml b/metadata/com.osfans.trime.yml index 5404d43163..60d8174a83 100644 --- a/metadata/com.osfans.trime.yml +++ b/metadata/com.osfans.trime.yml @@ -124,7 +124,7 @@ Builds: - apt-get update || apt-get update - apt-get -y install g++ openjdk-11-jdk - update-alternatives --auto java - - pushd src/main/jni/capnproto/c++ + - pushd build/com.osfans.trime/app/src/main/jni/capnproto/c++ - autoreconf -i - ./configure - make -j$(nproc)