Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269768 - net-misc/icaclient-11.0-r1 installs wfica.sh with wrong paths
Summary: net-misc/icaclient-11.0-r1 installs wfica.sh with wrong paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 01:48 UTC by Adam Nielsen
Modified: 2009-05-14 13:03 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 Adam Nielsen 2009-05-14 01:48:38 UTC
After emerging icaclient, the /opt/ICAClient/wfica.sh script doesn't run, because it has the wrong path.  The line in this file that reads:

  ICAROOT=/usr/lib/ICAClient 

needs to be changed to:

  ICAROOT=/opt/ICAClient

Once this is done the script runs correctly.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2009-05-14 13:03:11 UTC
Should be fixed in -r2, thanks for your report.