diff options
| author | Ted Gould <ted@gould.cx> | 2016-06-21 03:38:08 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2016-06-21 03:38:08 +0000 |
| commit | 882758ec9a24d6a13667c314eed46ba097a2d4ee (patch) | |
| tree | c59fa6ca4ddc1a3909d571da603764c0ce79d10a | |
| parent | Adjust directories to be lib based (diff) | |
| download | inkscape-882758ec9a24d6a13667c314eed46ba097a2d4ee.tar.gz inkscape-882758ec9a24d6a13667c314eed46ba097a2d4ee.zip | |
Make sure that our share directory exits so that we can ../../ it
(bzr r14950.1.9)
| -rw-r--r-- | snapcraft.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 74c09538a..3451607b8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -39,12 +39,13 @@ parts: - libwpg-0.3-3 - libglib2.0-bin - light-themes - stage: - - -lib/inkscape + snap: + - -lib/inkscape/*.a snapcraft-wrapper: plugin: copy files: snapcraft.sh: snapcraft.sh + README: lib/share/README gtklaunch: plugin: make source: https://github.com/dplanella/gtkconf.git |
