summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-27 12:42:33 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-27 12:42:33 +0300
commit6d21ffe660539afbc71c7f8711e3604697831fc0 (patch)
treeaca9ffc726ed66f8fea63cdf047806acd966ad66 /snapcraft.yaml
parentce796454550c6098fbfd4e0015963bf9ef4a2f0c (diff)
downloadwekan-6d21ffe660539afbc71c7f8711e3604697831fc0.tar.gz
wekan-6d21ffe660539afbc71c7f8711e3604697831fc0.tar.bz2
wekan-6d21ffe660539afbc71c7f8711e3604697831fc0.zip
Try to fix snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 99d30d1b..98e34375 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -138,10 +138,10 @@ parts:
meteor npm install --allow-superuser
meteor build .build --directory --allow-superuser
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
- cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
+ pushd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
rm -rf node_modules/bcrypt
meteor npm install --save bcrypt
- cd ../../../../
+ popd
npm install
meteor npm install --save bcrypt
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/