Skip to content

Commit

Permalink
Revert: snapcraft: uefivars lost its .py extension (#556)
Browse files Browse the repository at this point in the history
This reverts commit dc3ca40.
  • Loading branch information
tomponline authored Sep 19, 2024
2 parents 09eb3c3 + bb62212 commit 2f1c945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,9 @@ parts:
craftctl default
organize:
lib/python3.12/site-packages/: lib/python3/dist-packages/
bin/uefivars: bin/uefivars.py
prime:
- bin/uefivars
- bin/uefivars.py
- lib/python3/dist-packages/google_crc32c*
- lib/python3/dist-packages/pyuefivars*

Expand Down Expand Up @@ -1583,7 +1584,7 @@ parts:
-not -path "${CRAFT_PRIME}/bin/sshfs" \
-not -path "${CRAFT_PRIME}/bin/virt-v2v-in-place" \
-not -path "${CRAFT_PRIME}/bin/xfs_admin" \
-not -path "${CRAFT_PRIME}/bin/uefivars" \
-not -path "${CRAFT_PRIME}/bin/uefivars.py" \
-not -path "${CRAFT_PRIME}/bin/lxcfs" \
-not -path "${CRAFT_PRIME}/bin/gpu-2404-custom-wrapper" \
-exec strip -s {} +
Expand Down

0 comments on commit 2f1c945

Please sign in to comment.