Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488204 - net-print/cups fails on prefix due to missing ${ED}
Summary: net-print/cups fails on prefix due to missing ${ED}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 10:49 UTC by Alan Hourihane
Modified: 2013-10-21 15:18 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 Alan Hourihane 2013-10-16 10:49:45 UTC
In the cups ebuild we have the line....

echo "ServerName /run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf

It should say...

echo "ServerName ${ED}/run/cups/cups.sock" >> "${ED}"/etc/cups/client.conf
Comment 1 Fabian Groffen gentoo-dev 2013-10-21 15:12:15 UTC
I think it should say EPREFIX, so I committed that