mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ttf-inconsolata: Use cp instead of move in do_configure
This helps in re-running do_configure on an existing tree Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ FILES_${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \
|
||||
${datadir}/doc/ttf-inconsolata/*"
|
||||
|
||||
do_configure() {
|
||||
mv ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf
|
||||
cp -fr ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user