spec: make python script executable
This is how the file is in git, install with the same permissions. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
6d20991e90
commit
9c34e6bbea
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ done
|
|||
%install
|
||||
install -m 0755 -vd %{buildroot}%{_libexecdir}/osbuild-composer
|
||||
install -m 0755 -vp _bin/* %{buildroot}%{_libexecdir}/osbuild-composer/
|
||||
install -m 0644 -vp dnf-json %{buildroot}%{_libexecdir}/osbuild-composer/
|
||||
install -m 0755 -vp dnf-json %{buildroot}%{_libexecdir}/osbuild-composer/
|
||||
|
||||
install -m 0755 -vd %{buildroot}%{_unitdir}
|
||||
install -m 0644 -vp distribution/*.{service,socket} %{buildroot}%{_unitdir}/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue