Skip to content

Commit

Permalink
fix(snap): Add empty devices directory
Browse files Browse the repository at this point in the history
Signed-off-by: Mengyi Wang <mengyi.wang@canonical.com>
  • Loading branch information
MonicaisHer committed Jul 21, 2022
1 parent 01af92c commit 1e887eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ parts:
RES=$SNAPCRAFT_PART_INSTALL/config/device-rfid-llrp/res/
mkdir -p $RES
mkdir -p $RES/devices
cp cmd/res/configuration.toml $RES
mkdir -p cmd/res/devices
cp -r cmd/res/profiles $RES
cp -r cmd/res/provision_watchers $RES
Expand Down

0 comments on commit 1e887eb

Please sign in to comment.