Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114549 - lineak-defaultplugin-0.8.3.ebuild installs under /var/tmp/portage....
Summary: lineak-defaultplugin-0.8.3.ebuild installs under /var/tmp/portage....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 10:06 UTC by Florian Wilhelm
Modified: 2005-12-24 16:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Wilhelm 2005-12-05 10:06:31 UTC
The lineak-defaultplugin-0.8.3.ebuild installs its plugins under
/var/tmp/portage/usr/lib/lineakd/plugins but should install the plugins under
/usr/lib/lineakd/plugins

To correct this error, the following lines in the ebuild

src_install () {
        make DESTDIR=${D} PLUGINDIR=${D}/usr/$(get_libdir)/lineakd/plugins
lineakddocdir=/usr/share/doc/${MY_P} install || die
        dodoc AUTHORS README
}

should read

src_install () {
        make DESTDIR=${D} PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins
lineakddocdir=/usr/share/doc/${MY_P} install || die
        dodoc AUTHORS README
}
Comment 1 Leonid Kabanov 2005-12-21 21:27:16 UTC
Confirm on this. lineak-xosdplugin-0.8.3 also needs same changes. 
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2005-12-24 16:26:36 UTC
thanks, fixed with 0.8.4