mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
filtering out swap file created at build time, adding stage package
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
4b20102139
commit
1117d1c2ae
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,8 @@ parts:
|
|||
- npm
|
||||
- curl
|
||||
- execstack
|
||||
stage-packages:
|
||||
- libfontconfig1
|
||||
override-build: |
|
||||
echo "Cleaning environment first"
|
||||
rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
|
||||
|
@ -153,6 +155,8 @@ parts:
|
|||
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
|
||||
prime:
|
||||
- -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
|
||||
|
||||
helpers:
|
||||
source: snap-src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue