mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
quagga: fix info-related QA warning
Correct the warning: quagga-0.99.21: The /usr/share/info/dir file is not meant to be shipped in a particular package. Simply remove the installed 'dir' file if info docs are installed. Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
2b5682418c
commit
c896a9bbdc
|
|
@ -85,6 +85,10 @@ do_install () {
|
|||
sed -i 's!/etc/!${sysconfdir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/watchquagga
|
||||
sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/* ${D}${sysconfdir}/default/volatiles/volatiles.03_quagga
|
||||
sed -i 's!^PATH=.*!PATH=${base_sbindir}:${sbindir}:${base_bindir}:${bindir}!' ${D}${sysconfdir}/init.d/*
|
||||
|
||||
# Remove generated info dir file, it doesn't belong in the generated
|
||||
# package.
|
||||
rm -f ${D}${infodir}/dir
|
||||
}
|
||||
|
||||
# Split into a main package and separate per-protocol packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user