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.

12 lines
567 B

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