Skip to content

Commit

Permalink
fix: remove arch hard-coding
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchwr committed Dec 17, 2024
1 parent a24d857 commit 721184e
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 @@ -240,7 +240,7 @@ parts:
- poppler-data
override-stage: |
# fix gimp python interpreters file
cat <<EOF > $CRAFT_PART_INSTALL/usr/lib/x86_64-linux-gnu/gimp/2.99/interpreters/pygimp.interp
cat <<EOF > $CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gimp/2.99/interpreters/pygimp.interp
python=/snap/"${SNAPCRAFT_PROJECT_NAME}"/current/usr/bin/python3
python3=/snap/"${SNAPCRAFT_PROJECT_NAME}"/current/usr/bin/python3
/usr/bin/python=/snap/"${SNAPCRAFT_PROJECT_NAME}"/current/usr/bin/python3
Expand Down

0 comments on commit 721184e

Please sign in to comment.