distribute the mk-s390-cdboot utility
This commit is contained in:
parent
acb503db9f
commit
9264ec7f26
@ -138,6 +138,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_sbindir}/mkefiboot
|
%{_sbindir}/mkefiboot
|
||||||
%{_sbindir}/livemedia-creator
|
%{_sbindir}/livemedia-creator
|
||||||
%{_bindir}/image-minimizer
|
%{_bindir}/image-minimizer
|
||||||
|
%{_bindir}/mk-s390-cdboot
|
||||||
%dir %{_sysconfdir}/lorax
|
%dir %{_sysconfdir}/lorax
|
||||||
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
|
||||||
%dir %{_datadir}/lorax
|
%dir %{_datadir}/lorax
|
||||||
|
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ for root, dnames, fnames in os.walk("share"):
|
|||||||
# executable
|
# executable
|
||||||
data_files.append(("/usr/sbin", ["src/sbin/lorax", "src/sbin/mkefiboot",
|
data_files.append(("/usr/sbin", ["src/sbin/lorax", "src/sbin/mkefiboot",
|
||||||
"src/sbin/livemedia-creator"]))
|
"src/sbin/livemedia-creator"]))
|
||||||
data_files.append(("/usr/bin", ["src/bin/image-minimizer"]))
|
data_files.append(("/usr/bin", ["src/bin/image-minimizer", "src/bin/mk-s390-cdboot"]))
|
||||||
|
|
||||||
# get the version
|
# get the version
|
||||||
sys.path.insert(0, "src")
|
sys.path.insert(0, "src")
|
||||||
|
Loading…
Reference in New Issue
Block a user