Try to fix snap.

This commit is contained in:
Lauri Ojansivu 2018-04-27 12:42:33 +03:00
parent ce79645455
commit 6d21ffe660

View file

@ -138,10 +138,10 @@ parts:
meteor npm install --allow-superuser meteor npm install --allow-superuser
meteor build .build --directory --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 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 rm -rf node_modules/bcrypt
meteor npm install --save bcrypt meteor npm install --save bcrypt
cd ../../../../ popd
npm install npm install
meteor npm install --save bcrypt meteor npm install --save bcrypt
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/ cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/