OpenRC: fix path for kbd stuff in consolefont service.
--HG-- extra : convert_revision : 298335f94cd176bb28204724b49e710d3707cd13
This commit is contained in:
parent
d754e368dc
commit
5b5b8cc031
|
@ -26,5 +26,12 @@ Add_dependency full psmisc
|
|||
|
||||
pre_configure()
|
||||
{
|
||||
# Provide a shutdown service.
|
||||
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…
Reference in New Issue
Block a user