diff options
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb | 4 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb index 90c12efad..9e641daa5 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb | |||
@@ -29,7 +29,7 @@ do_compile() { | |||
29 | do_install() { | 29 | do_install() { |
30 | oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install | 30 | oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install |
31 | install -d ${D}/${sysconfdir}/devilspie2 | 31 | install -d ${D}/${sysconfdir}/devilspie2 |
32 | install -m 644 ${WORKDIR}/default.lua ${D}/${sysconfdir}/devilspie2 | 32 | install -m 644 ${UNPACKDIR}/default.lua ${D}/${sysconfdir}/devilspie2 |
33 | install -d ${D}/${sysconfdir}/xdg/autostart | 33 | install -d ${D}/${sysconfdir}/xdg/autostart |
34 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart | 34 | install -m 644 ${UNPACKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart |
35 | } | 35 | } |
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 | } |