1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 03:39:53 +03:00
aports/main/opensp/opensp-1.5-install.patch
2016-05-17 14:40:54 +00:00

19 lines
776 B
Diff

--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -153,11 +153,11 @@
: ; \
fi
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
- dest=$(DESTDIR)$(libdir)/charset.alias; \
- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
- orig=$(DESTDIR)$(libdir)/charset.alias; \
+ test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(datadir); \
+ temp=$(DESTDIR)$(datadir)/t-charset.alias; \
+ dest=$(DESTDIR)$(datadir)/charset.alias; \
+ if test -f $(DESTDIR)$(datadir)/charset.alias; then \
+ orig=$(DESTDIR)$(datadir)/charset.alias; \
sed -f ref-add.sed $$orig > $$temp; \
$(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \