spec: make json schemas non-executable
rpmbuild actually complains about it: *** WARNING: ./usr/share/osbuild/schemas/osbuild1.json is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/osbuild/schemas/osbuild2.json is executable but has no shebang, removing executable bit
This commit is contained in:
parent
7617cb9a44
commit
e9da5ccdc2
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ mkdir -p %{buildroot}%{pkgdir}/osbuild
|
|||
|
||||
# schemata
|
||||
mkdir -p %{buildroot}%{_datadir}/osbuild/schemas
|
||||
install -p -m 0755 $(find schemas/*.json) %{buildroot}%{_datadir}/osbuild/schemas
|
||||
install -p -m 0644 $(find schemas/*.json) %{buildroot}%{_datadir}/osbuild/schemas
|
||||
ln -s %{_datadir}/osbuild/schemas %{buildroot}%{pkgdir}/schemas
|
||||
|
||||
# documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue