summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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