We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f34aa1 commit e174768Copy full SHA for e174768
1 file changed
snap/snapcraft.yaml
@@ -142,6 +142,7 @@ parts:
142
source: https://github.com/lemonade-sdk/lemonade.git
143
cmake-parameters:
144
- -DCMAKE_PREFIX_PATH=/usr
145
+ - -DCMAKE_INSTALL_PREFIX=/usr
146
build-packages:
147
- build-essential
148
- g++
@@ -162,9 +163,6 @@ parts:
162
163
fi
164
override-build: |
165
craftctl default
- mkdir -p $CRAFT_PART_INSTALL/usr/{bin,share}
166
- mv $CRAFT_PART_INSTALL/usr/local/bin/* $CRAFT_PART_INSTALL/usr/bin/
167
- mv $CRAFT_PART_INSTALL/usr/local/share/* $CRAFT_PART_INSTALL/usr/share/
168
169
scripts:
170
plugin: dump
0 commit comments