fix ldconfig file in the package
This commit is contained in:
parent
90a6560e6a
commit
0d332d8af2
@ -35,6 +35,7 @@ ln -s /lib64/libaio.so.1 /lib64/libaio.so
|
||||
/sbin/ldconfig
|
||||
|
||||
%install
|
||||
mkdir -p /etc/ld.so.conf.d/
|
||||
mkdir -p $RPM_BUILD_ROOT%{install_path}
|
||||
cp -r binaries/* $RPM_BUILD_ROOT%{install_path}
|
||||
cp maxscale.conf /etc/ld.so.conf.d/
|
||||
@ -44,5 +45,6 @@ cp maxscale.conf /etc/ld.so.conf.d/
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{install_path}
|
||||
/etc/ld.so.conf.d/maxscale.conf
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user