Skip to content

Commit

Permalink
Simplify local part build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-canonical committed Jun 10, 2024
1 parent 75b4450 commit 3c7190a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ parts:
plugin: nil
source: snap/local
override-build: |
BIN=$SNAPCRAFT_PART_INSTALL/bin
mkdir -p $BIN
cp -v bin/* $BIN/
chmod +x $BIN/*
cp -rv bin $SNAPCRAFT_PART_INSTALL/
connectedhomeip:
plugin: nil
Expand Down

0 comments on commit 3c7190a

Please sign in to comment.