source: trunk/Install/snap/local/build.sh

Last change on this file was 63, checked in by chronos, 23 months ago
  • Added: Snap package definition.
  • Property svn:executable set to *
File size: 119 bytes
Line 
1#!/bin/bash
2
3ln -s Install/snap ../../../snap
4
5pushd ../../..
6snapcraft --debug --use-lxd -v $@
7popd
8
9rm ../../../snap
Note: See TracBrowser for help on using the repository browser.