logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: c68a0eff636d9ac3b26d58262abd5f0ccc6399b5
parent 38bbfc11838fe823488788817539ff49ccda7d52
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Dec 2020 05:23:56 +0100

media-gfx/dustr: fix PREFIX

Diffstat:

Mmedia-gfx/dustr/dustr-9999.ebuild6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/media-gfx/dustr/dustr-9999.ebuild b/media-gfx/dustr/dustr-9999.ebuild @@ -18,3 +18,9 @@ DEPEND=" media-libs/libsdl2:= " RDEPEND="${DEPEND}" + +src_install() { + einstalldocs + + DESTDIR="${ED}" emake install PREFIX="/usr" +}