Skip to content

Commit

Permalink
nautilus3: Fix build with B != S
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Oct 13, 2015
1 parent bf4cd19 commit c4743c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb --enable-nst-extensi
export SYSROOT = "${STAGING_DIR_HOST}"

do_configure() {
sed -i -e /docs/d Makefile.am
sed -i -e /docs/d ${S}/Makefile.am
autotools_do_configure
}

Expand Down

0 comments on commit c4743c1

Please sign in to comment.