gnome-control-center, gthumb: correctly remove a file from the source tree

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Alexander Kanavin 2016-08-26 18:37:52 +03:00 committed by Martin Jansa
parent 3b0093c8f0
commit 13b511cd52
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ LDFLAGS += "-lgthread-2.0 -lxml2"
do_configure_prepend() {
sed -i s:help::g ${S}/Makefile.am
rm -r ${S}/m4/gnome-doc-utils.m4
rm -f ${S}/m4/gnome-doc-utils.m4
}
do_install_append() {
rm -rf ${D}${datadir}/mime

View File

@ -18,7 +18,7 @@ SRC_URI += "file://parallel.patch \
file://0001-Drop-help-directory-from-build.patch"
do_configure_prepend () {
rm -r ${S}/m4/gnome-doc-utils.m4
rm -f ${S}/m4/gnome-doc-utils.m4
}
do_install_append () {