Skip to content

Commit

Permalink
distribute the mk-s390-cdboot utility
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkcz authored and bcl committed Sep 27, 2017
1 parent acb503d commit 9264ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lorax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_sbindir}/mkefiboot
%{_sbindir}/livemedia-creator
%{_bindir}/image-minimizer
%{_bindir}/mk-s390-cdboot
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# executable
data_files.append(("/usr/sbin", ["src/sbin/lorax", "src/sbin/mkefiboot",
"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
sys.path.insert(0, "src")
Expand Down

0 comments on commit 9264ec7

Please sign in to comment.