Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355995 - post-kmerge.sh runs /sbin/depscan.sh when openrc is installed
Summary: post-kmerge.sh runs /sbin/depscan.sh when openrc is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 09:30 UTC by Kfir Lavi
Modified: 2015-10-11 18:50 UTC (History)
0 users

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 Kfir Lavi 2011-02-22 09:30:26 UTC
Hi,
targets/support/post-kmerge.sh
the check for openrc is not correct. 
It should be 
if [[ -n "$(ls /lib/modules)" && ! -f "/usr/lib/pkgconfig/openrc.pc" ]]

note the -f and the [[ ]]. 



Reproducible: Always