diff options
Diffstat (limited to 'x11-libs/dnd/dnd-1.1-r3.ebuild')
-rw-r--r-- | x11-libs/dnd/dnd-1.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/dnd/dnd-1.1-r3.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild index ab4e894918cf..cda4ff45d520 100644 --- a/x11-libs/dnd/dnd-1.1-r3.ebuild +++ b/x11-libs/dnd/dnd-1.1-r3.ebuild @@ -34,6 +34,6 @@ src_configure() { econf --with-x } -src_install () { +src_install() { emake DESTDIR="${D}" install } |