forked from pool/cura-engine-lulzbot
fix binary name
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=2
This commit is contained in:
@@ -59,14 +59,15 @@ make %{?_smp_mflags}
|
||||
cd build
|
||||
%make_install
|
||||
|
||||
install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine.1
|
||||
install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine-lulzbot.1
|
||||
mv %buildroot%_bindir/CuraEngine{,-lulzbot}
|
||||
# hack... not ready for the distro
|
||||
install -Dm0755 lib_CuraEngine.so %{buildroot}%{_libdir}/lib_CuraEngine.so
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%_bindir/CuraEngine
|
||||
%_bindir/CuraEngine-lulzbot
|
||||
%_libdir/*
|
||||
%_mandir/man1/CuraEngine.1*
|
||||
%_mandir/man1/CuraEngine-lulzbot.1*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user