OpenRC: fix path for kbd stuff in consolefont service.
--HG-- extra : convert_revision : 298335f94cd176bb28204724b49e710d3707cd13
This commit is contained in:
parent
d754e368dc
commit
5b5b8cc031
1 changed files with 7 additions and 0 deletions
|
@ -26,5 +26,12 @@ Add_dependency full psmisc
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
# Provide a shutdown service.
|
||||||
cp ${FILESDIR}/shutdown.in ${wrksrc}/init.d
|
cp ${FILESDIR}/shutdown.in ${wrksrc}/init.d
|
||||||
|
|
||||||
|
# Fix path for kbd stuff.
|
||||||
|
for f in init.d/consolefont.in conf.d/consolefont; do
|
||||||
|
sed -i -e "s|/usr/share/consolefonts|/lib/kbd/consolefonts|g" \
|
||||||
|
${wrksrc}/${f}
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue