Ubuntu Pastebin

Paste from jdstrand at Tue, 9 May 2017 15:34:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 807651a..4f5272f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -8,14 +8,15 @@ architectures: [ all ]
 apps:
   create:
     command: bin/create
+    plugs: [classic-support]
   reset:
     command: bin/reset
+    plugs: [classic-support]
   classic:
     command: bin/classic
+    plugs: [classic-support]
 
 parts:
   copy:
     plugin: dump
     source: .
-    filesets:
-      bin/*: bin
Download as text