Skip to content

Commit ff8a820

Browse files
authored
docs(snap): fix section explanations, closes #3343
1 parent bd31487 commit ff8a820

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/distribute/snapcraft.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ parts:
148148
- The `package-repositories` section allows you to add a package repository to help you satisfy your dependencies.
149149
- `build-packages`/`build-snaps` defines the build dependencies for your snap.
150150
- `stage-packages`/`stage-snaps` defines the runtime dependencies for your snap.
151-
- The `override-pull` section runs a series of commands before the sources are pulled.
152-
- `craftctl default` performs the default pull commands.
153-
- The `organize` section moves your files to the proper directories so that the binary and desktop file can be exposed to the `apps` sections.
151+
- The `override-build` section runs a series of commands after the sources were pulled.
154152

155153
## Building
156154

0 commit comments

Comments
 (0)