fix type in path in .spec
This commit is contained in:
@ -43,7 +43,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/init.d/
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{install_path}
|
mkdir -p $RPM_BUILD_ROOT%{install_path}
|
||||||
cp -r binaries/* $RPM_BUILD_ROOT%{install_path}
|
cp -r binaries/* $RPM_BUILD_ROOT%{install_path}
|
||||||
cp maxscale.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
|
cp maxscale.conf $RPM_BUILD_ROOT/etc/ld.so.conf.d/
|
||||||
cp -r etc/init.d/maxscale $RPM_BUILD_ROOT/etc/init.d/
|
cp etc/init.d/maxscale $RPM_BUILD_ROOT/etc/init.d/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
|
||||||
@ -51,6 +51,6 @@ cp -r etc/init.d/maxscale $RPM_BUILD_ROOT/etc/init.d/
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{install_path}
|
%{install_path}
|
||||||
/etc/ld.so.conf.d/maxscale.conf
|
/etc/ld.so.conf.d/maxscale.conf
|
||||||
/etc/inid.d/maxscale
|
/etc/init.d/maxscale
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user