From e64435a5c158316946d99bbe91737b7115fea0a3 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 11 Aug 2017 20:55:50 +0200 Subject: [PATCH] =?UTF-8?q?snapcraft:=20adjust=20snapcraft-dev=20build=20t?= =?UTF-8?q?o=20allow=20fuse=20mounting=20=E2=80=93=20see=20#1188?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snapcraft-dev.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snapcraft-dev.yaml b/snapcraft-dev.yaml index a306b387a..06c70a493 100644 --- a/snapcraft-dev.yaml +++ b/snapcraft-dev.yaml @@ -5,17 +5,17 @@ description: Rclone is a command line program to sync files to and from cloud storage providers such as Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, OneDrive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files. confinement: strict -grade: stable +grade: devel apps: rclone: - command: bin/rclone - plugs: [home, network, network-bind] + command: usr/bin/rclone + plugs: [home, network, network-bind, fuse-support] parts: rclone: - plugin: go + plugin: make source: https://github.com/ncw/rclone source-type: git - go-importpath: github.com/ncw/rclone - build-packages: [gcc, libgudev-1.0-dev] + stage-packages: [fuse] + build-packages: [gcc, libgudev-1.0-dev, fuse]