diff --git a/bubblewrap.changes b/bubblewrap.changes index aa8a29b..aa6e499 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 17 13:53:07 UTC 2024 - Sebastian Wagner + +- fix shebang in demos/flatpak-run.sh + ------------------------------------------------------------------- Fri Nov 1 18:56:54 UTC 2024 - Andreas Stieger diff --git a/bubblewrap.spec b/bubblewrap.spec index 7533984..6f95180 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -61,6 +61,7 @@ sed -i '1s/env //' demos/userns-block-fd.py %else sed -i '1s/env //' demos/bubblewrap-shell.sh demos/userns-block-fd.py %endif +sed -i '1s/env //' demos/flatpak-run.sh %build %meson