diff options
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 92a5adcdcd..d773fbdc5a 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -47,6 +47,7 @@ do_install_append () { | |||
47 | rm ${D}${bindir}/update-alternatives | 47 | rm ${D}${bindir}/update-alternatives |
48 | else | 48 | else |
49 | mv ${D}${bindir}/update-alternatives ${D}${sbindir} | 49 | mv ${D}${bindir}/update-alternatives ${D}${sbindir} |
50 | sed -i -e 's|^#!.*${bindir}/perl-native.*/perl|#!/usr/bin/env perl|' ${D}${bindir}/dpkg-* | ||
50 | fi | 51 | fi |
51 | } | 52 | } |
52 | 53 | ||