Browse Source

added chmod to give exec rights on shared libs for ubuntu packaging

keep-around/b1a1830fdff3951c9c8be6cf44de49691ad7351b
KyronNextLevel 7 years ago
parent
commit
b1a1830fdf
No known key found for this signature in database GPG Key ID: 6BE56026F58111DE
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      build/rpm/bcg729.spec.cmake

+ 5
- 0
build/rpm/bcg729.spec.cmake View File

@ -66,6 +66,11 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
# Dirty workaround to give exec rights for all shared libraries. Debian packaging needs this
# TODO : set CMAKE_INSTALL_SO_NO_EXE for a cleaner workaround
chmod +x `find %{buildroot} *.so.*`
%check
%{ctest_name} -V %{?_smp_mflags}


Loading…
Cancel
Save