Skip to content

Commit

Permalink
snapcraftctl build -> craftctl default
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaro committed Apr 9, 2024
1 parent 369b6f9 commit b08558b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion simple-listener-cpp/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parts:
plugin: dump
source: install
override-build: |
snapcraftctl build
craftctl default
wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-listener-dl-py/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default
wrapper-scripts:
plugin: dump
Expand Down
2 changes: 1 addition & 1 deletion simple-listener-py/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parts:
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
craftctl default
wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-talker-dl-py/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default
wrapper-scripts:
plugin: dump
Expand Down
4 changes: 2 additions & 2 deletions simple-talker-py/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ parts:
plugin: dump
source: install
stage-packages: [libpython3.10]
override-build: |
snapcraftctl build
override-build: |
craftctl default
wrapper-scripts:
plugin: dump
Expand Down

0 comments on commit b08558b

Please sign in to comment.