You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
498 B

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -190,7 +190,6 @@ install-icu: $(INSTALLED_BUILT_FILES)
  4. $(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh
  5. @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig
  6. $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
  7. - $(INSTALL_DATA) $(top_srcdir)/../LICENSE $(DESTDIR)$(pkgdatadir)/LICENSE
  8. ifeq ($(INSTALL_ICU_CONFIG),true)
  9. $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
  10. endif