Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96897 - media-gfx/splashutils hard codes kernel location - should use KERNEL_DIR variable
Summary: media-gfx/splashutils hard codes kernel location - should use KERNEL_DIR vari...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-06-23 14:58 UTC by Alon Bar-Lev (RETIRED)
Modified: 2005-06-23 15:30 UTC (History)
0 users

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


Attachments
Modified splashutils (splashutils.diff,472 bytes, patch)
2005-06-23 14:59 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-23 14:58:03 UTC
All splashutils ebuilds create a link as follows:
ln -s /usr/src/linux ${S}/linux

This is wrong behavior, it shoud allow specify kernel location.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Compile with a wrong kernel.

Expected Results:  
Allow the user to select the kernel to compile with.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-23 14:59:27 UTC
Created attachment 61806 [details, diff]
Modified splashutils
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2005-06-23 15:30:59 UTC
Fixed in CVS, thanks :)