From e7102d9f381c6c9da0844277ff49e3979f77ee0f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Sun, 16 Jul 2017 22:50:34 +0300 Subject: [PATCH] fix snap build --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f4cf80ea..d05e6978f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -17,6 +17,6 @@ apps: parts: parity: - source: . + source: .. plugin: rust build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]