summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-11 23:04:57 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-11 23:04:57 +0300
commit9b7b0cf5575064f0a2ebb40947f8a5bd8610c214 (patch)
tree74c1b3a5a914ba60c74ca28ce3d52bd548ef01ce /snapcraft.yaml
parent32563e053d79c93978a893e3c5eccc8af6833dc9 (diff)
downloadwekan-9b7b0cf5575064f0a2ebb40947f8a5bd8610c214.tar.gz
wekan-9b7b0cf5575064f0a2ebb40947f8a5bd8610c214.tar.bz2
wekan-9b7b0cf5575064f0a2ebb40947f8a5bd8610c214.zip
Try to fix Snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6c982460..ebb21b7c 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -226,6 +226,8 @@ parts:
rm -f $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/tar/lib/.mkdir.js.swp
rm -f $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-pre-gyp/node_modules/tar/lib/.mkdir.js.swp
rm -f $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-gyp/node_modules/tar/lib/.mkdir.js.swp
+ # Meteor 1.8.x additional .swp remove
+ rm -f $SNAPCRAFT_PART_INSTALL/programs/server/node_modules/node-pre-gyp/node_modules/tar/lib/.mkdir.js.swp
organize:
README: README.wekan