mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
espeak: Fix cp command to preserve mode
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e5d94825ea
commit
093ab607ca
@ -36,6 +36,5 @@ do_install() {
|
||||
rm -f ${S}/espeak-data/phon*
|
||||
fi
|
||||
|
||||
cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data
|
||||
chown -R root:root ${D}${datadir}/espeak-data
|
||||
cp -R --no-dereference --preserve=mode,links ${S}/espeak-data/* ${D}${datadir}/espeak-data
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user