diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-26 18:37:52 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:51 +0200 |
commit | 13b511cd526addc5fde68c9ebf302e3674f0d73a (patch) | |
tree | 188278b648f02fafebf3d72cb888e8df0d636ad3 /meta-gnome/recipes-gnome/gthumb | |
parent | 3b0093c8f0fdf539a3a8b85f39044d2bb32a0d18 (diff) | |
download | meta-openembedded-13b511cd526addc5fde68c9ebf302e3674f0d73a.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/gthumb')
-rw-r--r-- | meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb index d22d5da8e..b346c7a44 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | |||
@@ -18,7 +18,7 @@ SRC_URI += "file://parallel.patch \ | |||
18 | file://0001-Drop-help-directory-from-build.patch" | 18 | file://0001-Drop-help-directory-from-build.patch" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | rm -r ${S}/m4/gnome-doc-utils.m4 | 21 | rm -f ${S}/m4/gnome-doc-utils.m4 |
22 | } | 22 | } |
23 | 23 | ||
24 | do_install_append () { | 24 | do_install_append () { |