Open brlin-tw opened 5 years ago
The changes made to the recipe:
@@ -100,6 +100,7 @@ apps:
# NOTE: The right angle bracket at the beginning of the value of the `command` keyword starts a YAML folded style block scalar, refer the following spec document for more info: http://yaml.org/spec/1.2/spec.html#id2796251
command: >
bin/hello-launch
+ "${SNAP}"/bin/snapcraft-preload
"${SNAP}"/bin/locales-launch
"${SNAP}"/bin/hello-snapcrafters
@@ -142,6 +143,8 @@ parts:
locales-launch:
+ snapcraft-preload:
+
hello:
after:
- assets
@@ -159,8 +162,8 @@ parts:
plugin: autotools
configflags:
- - --datarootdir=/snap/$SNAPCRAFT_PROJECT_NAME/current/share
+ #- --datarootdir=/snap/$SNAPCRAFT_PROJECT_NAME/current/share
- --program-suffix=-snapcrafters
- organize:
- snap/$SNAPCRAFT_PROJECT_NAME/current: /
+ #organize:
+ #snap/$SNAPCRAFT_PROJECT_NAME/current: /