Commit cc1f38ef authored by Peio Rigaux's avatar Peio Rigaux Committed by Peio Rigaux
Browse files

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

parent 8f51ada1
1 merge request!211added chmod to give exec rights on shared libs for ubuntu packaging
Showing with 5 additions and 0 deletions
......@@ -76,6 +76,11 @@ install -p -m 0644 build/rpm/lp-autoanswer.service $RPM_BUILD_ROOT/lib/systemd/s
install -p -m 0644 build/rpm/lp-autoanswer.conf $RPM_BUILD_ROOT/etc/sysconfig
mv $RPM_BUILD_ROOT/etc/sysconfig/lp-autoanswer.conf $RPM_BUILD_ROOT/etc/sysconfig/lp-autoanswer
# 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}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment