Skip to content

Commit

Permalink
use override-build in snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Apr 13, 2020
1 parent 7d19015 commit 21bf9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parts:
- notebook
- ipykernel
build-packages: [libjpeg-dev]
install: |
override-build: |
snapcraftctl build
find $SNAPCRAFT_PART_INSTALL -name '*.a' -print0 | xargs -0r rm
find $SNAPCRAFT_PART_INSTALL -name 'terminado' -type d -print0 | xargs -0r rm -rf
Expand Down

0 comments on commit 21bf9b0

Please sign in to comment.