|
@@ -90,6 +90,7 @@ parts:
|
|
|
- npm
|
|
|
- curl
|
|
|
- paxctl
|
|
|
+ - execstack
|
|
|
prepare: |
|
|
|
echo "Cleaning environment first"
|
|
|
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
|
|
@@ -123,6 +124,7 @@ parts:
|
|
|
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
|
|
|
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
|
|
|
rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan
|
|
|
+ execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
|
|
|
organize:
|
|
|
README: README.wekan
|
|
|
|