Skip to content

Commit

Permalink
Merge branch 'main' into meme-multipass
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cal authored Apr 18, 2023
2 parents 4ffbc55 + 38f6594 commit 9862806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/core20-plugins.org
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class SamuraiPlugin(snapcraft.plugins.v2.PluginV2):
commands = super().get_build_commands()
commands.extend(
[
"samurai -j $SNAPCRAFT_SAMURAI_ARGS $SNAPCRAFT_PARALELL_BUILD_COUNT",
"samurai -j $SNAPCRAFT_SAMURAI_ARGS $SNAPCRAFT_PARALLEL_BUILD_COUNT",
"samurai install DESTDIR=$SNAPCRAFT_PART_INSTALL",
]
)
Expand Down Expand Up @@ -215,6 +215,6 @@ parts:
build-environment:
SNAPCRAFT_SAMURAI_ARGS: "--seppuku"
override-build: |
samurai -j $SNAPCRAFT_PARALELL_BUILD_COUNT
samurai -j $SNAPCRAFT_PARALLEL_BUILD_COUNT
samurai $SNAPCRAFT_SAMURAI_INSTALL_TARGET DESTDIR=$SNAPCRAFT_PART_INSTALL
#+END_SRC

0 comments on commit 9862806

Please sign in to comment.