diff options
Diffstat (limited to 'gui-wm/dwl')
| -rw-r--r-- | gui-wm/dwl/dwl-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index 7cd7497..fe690a1 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -207,7 +207,11 @@ src_install() { # Again, verify the Makefiles! We don't want anything falling # outside of ${D}. - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}/usr" \ + install + dodoc CHANGELOG.md README.md save_config config.h |
