epiphany: Fix build when S != B

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2014-04-26 13:34:31 -07:00
committed by Martin Jansa
parent bf7f793ace
commit 54f9e194d0
@@ -12,7 +12,7 @@ EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-f
do_configure_prepend() { do_configure_prepend() {
touch ${S}/gnome-doc-utils.make touch ${S}/gnome-doc-utils.make
sed -i -e s:help::g Makefile.am sed -i -e s:help::g ${S}/Makefile.am
} }
FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"