Skip to content

Commit

Permalink
OBS does not keep the executable flags :-/
Browse files Browse the repository at this point in the history
start the script via shell explicitly
  • Loading branch information
lslezak committed Dec 19, 2023
1 parent 3f28201 commit 0045675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/package/gem2rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
install --directory %{buildroot}/usr/share/agama/conf.d
install -D -m 0644 %{buildroot}%{gem_base}/gems/%{mod_full_name}/conf.d/*.yaml %{buildroot}/usr/share/agama/conf.d/
# run a script for installing the translations
"%{SOURCE2}" "%{SOURCE1}"
sh "%{SOURCE2}" "%{SOURCE1}"
:main:
:preamble: |-
# Override build.rpm, see also https://github.com/openSUSE/obs-build/blob/master/configs/
Expand Down

0 comments on commit 0045675

Please sign in to comment.