diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-03-29 15:51:50 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-29 17:32:20 -0700 |
| commit | ab240b90dd73829af33db7acd0e5d6c2f2453a52 (patch) | |
| tree | 3bc1628396f90fbb0ed31aced5af1b5340d4b78d | |
| parent | 773914bed5c3aab09bdd3066bc9bd01cf21f5da0 (diff) | |
| download | meta-openembedded-ab240b90dd73829af33db7acd0e5d6c2f2453a52.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb index 20041bb7b3..bf32fedc3b 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | |||
| @@ -14,7 +14,7 @@ FILES_${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ | |||
| 14 | ${datadir}/doc/ttf-inconsolata/*" | 14 | ${datadir}/doc/ttf-inconsolata/*" |
| 15 | 15 | ||
| 16 | do_configure() { | 16 | do_configure() { |
| 17 | mv ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf | 17 | cp -fr ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | do_install_append() { | 20 | do_install_append() { |
