diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_44.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_44.1.bb b/meta-gnome/recipes-gnome/evince/evince_44.1.bb index a2a6f9aae7..a844324ade 100644 --- a/meta-gnome/recipes-gnome/evince/evince_44.1.bb +++ b/meta-gnome/recipes-gnome/evince/evince_44.1.bb | |||
| @@ -47,8 +47,8 @@ RRECOMMENDS:${PN} = "adwaita-icon-theme" | |||
| 47 | PACKAGES =+ "${PN}-nautilus-extension" | 47 | PACKAGES =+ "${PN}-nautilus-extension" |
| 48 | 48 | ||
| 49 | do_install:prepend() { | 49 | do_install:prepend() { |
| 50 | sed -i -e 's|${B}/||g' ${B}/libview/ev-view-type-builtins.c | 50 | sed -i -e 's|${B}/../${PN}-${PV}|/usr/src/debug/${PN}/${PV}-${PR}|g' ${B}/libview/ev-view-type-builtins.c |
| 51 | sed -i -e 's|${B}/||g' ${B}/libdocument/ev-document-type-builtins.c | 51 | sed -i -e 's|${B}/../${PN}-${PV}|/usr/src/debug/${PN}/${PV}-${PR}|g' ${B}/libdocument/ev-document-type-builtins.c |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | FILES:${PN} += "${datadir}/dbus-1 \ | 54 | FILES:${PN} += "${datadir}/dbus-1 \ |
