diff options
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index c19e0d4748..a1d0300be7 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -50,6 +50,8 @@ perl_native_fixup () { | |||
| 50 | 50 | ||
| 51 | # ${libdir} is not applicable here, perl-native files are always | 51 | # ${libdir} is not applicable here, perl-native files are always |
| 52 | # installed to /usr/lib on both 32/64 bits targets. | 52 | # installed to /usr/lib on both 32/64 bits targets. |
| 53 | |||
| 54 | mkdir -p ${D}${libdir} | ||
| 53 | mv ${D}${exec_prefix}/lib/perl-native/perl ${D}${libdir} | 55 | mv ${D}${exec_prefix}/lib/perl-native/perl ${D}${libdir} |
| 54 | rmdir -p ${D}${exec_prefix}/lib/perl-native || true | 56 | rmdir -p ${D}${exec_prefix}/lib/perl-native || true |
| 55 | } | 57 | } |
