mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Updated musikcube.spec to ensure libmusikcore.so is executable so the tooling detects it as a bundled library dependency.
This commit is contained in:
parent
c2891dda34
commit
ee3dfe9725
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.40.0
|
||||
%define version 0.40.0-1
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
@ -25,6 +25,7 @@ make -j2
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
find %buildroot -type f \( -name '*.so' -o -name '*.so.*' \) -exec chmod 755 {} +
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user