mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 19:08:08 +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:
parent
773914bed5
commit
ab240b90dd
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user