diff options
| author | Timo Jyrinki <[email protected]> | 2016-10-20 13:39:22 +0000 |
|---|---|---|
| committer | Timo Jyrinki <[email protected]> | 2016-10-20 13:39:22 +0000 |
| commit | c36f9113eb3cb67efa45c16755cf137f11761544 (patch) | |
| tree | ff7f2be04747bd5a394c4423a6564fb9c4daf4ae | |
| parent | c577898cda813970db8e6d024e4eb72085319030 (diff) | |
Move shared files to subdir.
| -rw-r--r-- | snapcraft.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 3533821..21b2a9c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -17,13 +17,11 @@ slots: content: qt-ubuntu interface: content read: - - /usr/lib + - qt-ubuntu parts: qt-ubuntu: plugin: nil - #source: . - #make-parameters: ["SRC_DIR=../src"] # From deb packaging build deps build-packages: - g++ @@ -186,3 +184,7 @@ parts: - qtchooser - ubuntu-ui-toolkit-theme + organize: + etc/*: qt-ubuntu/etc/ + usr/*: qt-ubuntu/usr/ + |
