edje: use portable cp options

The -u option is GNU-specific.
This commit is contained in:
Jean Guyomarc'h 2017-03-09 21:30:26 +01:00
parent 5e7456a315
commit 8d2c6189fa
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@ EDJE_CC_FLAGS += -beta
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $< $(builddir)/$(@F)
text.edj: text.edc
@cp -ua $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/ || true
@cp -ua $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/ || true
@cp -ua $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ || true
@cp -a $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/ || true
@cp -a $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/ || true
@cp -a $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ || true
@chmod -R +w $(top_builddir)/src/examples/edje/en_IN/ || true
@chmod -R +w $(top_builddir)/src/examples/edje/hi_IN/ || true
@chmod -R +w $(top_builddir)/src/examples/edje/ta_IN/ || true