source:
trunk/Install/snap/local/build.sh
Last change on this file was 63, checked in by , 23 months ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | ln -s Install/snap ../../../snap |
4 | |
5 | pushd ../../.. |
6 | snapcraft --debug --use-lxd -v $@ |
7 | popd |
8 | |
9 | rm ../../../snap |
Note:
See TracBrowser
for help on using the repository browser.