Skip to content

Commit

Permalink
flatpak-embed-crates.sh might not be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Aug 23, 2024
1 parent 47d94a9 commit 1f35d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/flatpak/flatpak-rpds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ modules:
- name: python3-maturin
buildsystem: simple
build-commands:
- ./flatpak-embed-crates.sh maturin-1.7.0.tar.gz
- sh flatpak-embed-crates.sh maturin-1.7.0.tar.gz
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "maturin" --no-build-isolation
sources:
Expand All @@ -45,7 +45,7 @@ modules:
- name: python3-rpds
buildsystem: simple
build-commands:
- ./flatpak-embed-crates.sh rpds_py-0.20.0.tar.gz
- sh flatpak-embed-crates.sh rpds_py-0.20.0.tar.gz
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "rpds-py" --no-build-isolation
sources:
Expand Down

0 comments on commit 1f35d40

Please sign in to comment.