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