Skip to content

Commit

Permalink
Revert "snapcraft: uefivars lost its .py extension"
Browse files Browse the repository at this point in the history
This reverts commit dc3ca40.
  • Loading branch information
MusicDin committed Sep 19, 2024
1 parent 09eb3c3 commit a4fecd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ parts:
organize:
lib/python3.12/site-packages/: lib/python3/dist-packages/
prime:
- bin/uefivars
- bin/uefivars.py
- lib/python3/dist-packages/google_crc32c*
- lib/python3/dist-packages/pyuefivars*

Expand Down Expand Up @@ -1583,7 +1583,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 a4fecd5

Please sign in to comment.