diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-03-09 21:30:26 +0100 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-03-09 23:16:16 +0100 |
commit | 8d2c6189fa6bfab859400642df173cdd24419ab5 (patch) | |
tree | 27a4157ead81beeff171ca87ca6f29490c5b8228 | |
parent | 5e7456a3150ddaed135f702c70800c7ed3d4f16f (diff) |
edje: use portable cp options
The -u option is GNU-specific.
-rw-r--r-- | src/examples/edje/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am index e34be1175c..91bb1ca757 100644 --- a/src/examples/edje/Makefile.am +++ b/src/examples/edje/Makefile.am | |||
@@ -86,9 +86,9 @@ EDJE_CC_FLAGS += -beta | |||
86 | $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $< $(builddir)/$(@F) | 86 | $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $< $(builddir)/$(@F) |
87 | 87 | ||
88 | text.edj: text.edc | 88 | text.edj: text.edc |
89 | @cp -ua $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/ || true | 89 | @cp -a $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/ || true |
90 | @cp -ua $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/ || true | 90 | @cp -a $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/ || true |
91 | @cp -ua $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ || true | 91 | @cp -a $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ || true |
92 | @chmod -R +w $(top_builddir)/src/examples/edje/en_IN/ || true | 92 | @chmod -R +w $(top_builddir)/src/examples/edje/en_IN/ || true |
93 | @chmod -R +w $(top_builddir)/src/examples/edje/hi_IN/ || true | 93 | @chmod -R +w $(top_builddir)/src/examples/edje/hi_IN/ || true |
94 | @chmod -R +w $(top_builddir)/src/examples/edje/ta_IN/ || true | 94 | @chmod -R +w $(top_builddir)/src/examples/edje/ta_IN/ || true |