diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 103bad1b6..fc1925314 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -58,7 +58,7 @@ LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | |||
58 | GI_DATA_ENABLED:libc-musl="False" | 58 | GI_DATA_ENABLED:libc-musl="False" |
59 | 59 | ||
60 | do_configure:append () { | 60 | do_configure:append () { |
61 | cp ${WORKDIR}/iconv-detect.h ${S}/src | 61 | cp ${UNPACKDIR}/iconv-detect.h ${S}/src |
62 | # avoid writing perl-native path into csv2vcard shebang | 62 | # avoid writing perl-native path into csv2vcard shebang |
63 | sed -i "s|@PERL@|${bindir}/perl|" ${S}/src/tools/addressbook-export/csv2vcard.in | 63 | sed -i "s|@PERL@|${bindir}/perl|" ${S}/src/tools/addressbook-export/csv2vcard.in |
64 | } | 64 | } |