Merge pull request #67 from morphis/f/separate-packaging-dir

Move snap packaging bits into packaging/ subdirectory
This commit is contained in:
Simon Fels 2017-04-08 14:10:33 +02:00 committed by GitHub
commit 5be5550d7b
3 changed files with 3 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Before After
Before After

View file

@ -19,10 +19,10 @@ apps:
parts:
android-images:
plugin: dump
source: android-images
source: ../../android-images
anbox-common:
plugin: dump
source: scripts
source: ../../scripts
organize:
snap-wrapper.sh: bin/anbox-wrapper.sh
container-manager.sh: bin/container-manager.sh
@ -71,7 +71,7 @@ parts:
plugin: cmake
after:
- lxc
source: .
source: ../../
configflags:
# FIXME: Anbox currently has some paths with hard coded prefixes. Once
# that is fixed we can avoid using a prefix here.