First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 70209
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michal Januszewski <spock@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Heikki Orsila <heikki.orsila@iki.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 70209 depends on: Show dependency tree
Show dependency graph
Bug 70209 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-05 16:44 0000
uade-1.00.ebuild has stuff that is not needed:

 src_install() {
       make DESTDIR="${D}" install || die 'make install failed'

DESTDIR="${D}" does not do anything as far as I know. The Makefile doesn't recognize such environment variable. That particular attribute is handled by --package-prefix, so I recommend DESTDIR="${D}" is just removed.

------- Comment #1 From Michal Januszewski 2004-11-06 06:17:14 0000 -------
A fixed ebuild has just been committed to the CVS. Thanks. 

First Last Prev Next    No search results available      Search page      Enter new bug