aboutsummaryrefslogtreecommitdiffstats
path: root/devel/icu/files/patch-i18n_Makefile.in
blob: ea934c0f4cb92aaaaaab8e8e914125aeebfc5d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- i18n/Makefile.in.orig   2016-03-23 20:49:38 UTC
+++ i18n/Makefile.in
@@ -135,7 +135,7 @@ install-local: install-headers install-l
 install-library: all-local
    $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
 ifneq ($(ENABLE_STATIC),)
-   $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
+   $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir)
 endif
 ifneq ($(ENABLE_SHARED),)
    $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)