diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb index 9a4761757a..e417957f61 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb | |||
@@ -42,7 +42,9 @@ EXTRA_OECONF = "--enable-menubar --enable-xim \ | |||
42 | --with-x=${STAGING_DIR_HOST}${prefix}" | 42 | --with-x=${STAGING_DIR_HOST}${prefix}" |
43 | 43 | ||
44 | do_configure_prepend () { | 44 | do_configure_prepend () { |
45 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 45 | if [ ! -e ${S}/acinclude.m4 ]; then |
46 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | ||
47 | fi | ||
46 | } | 48 | } |
47 | 49 | ||
48 | do_compile_prepend () { | 50 | do_compile_prepend () { |