diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-24 15:52:22 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-02-24 15:52:22 +0000 |
commit | 48ca78c67e04bf72d19bff98d074cd00072ff1a8 (patch) | |
tree | 8759857395aba47f4233873c386247b74fc82579 /testing/opensp/opensp-1.5-install.patch | |
parent | 2bf3eba2ae475597bb7f20748e76b395bd68bbcd (diff) | |
download | aports-48ca78c67e04bf72d19bff98d074cd00072ff1a8.tar.bz2 aports-48ca78c67e04bf72d19bff98d074cd00072ff1a8.tar.xz |
testing/opensp: new aport
Implementation of DSSSL -- Document Style Semantics and Specification Language --
an ISO standard for formatting SGML (and XML) documents
Diffstat (limited to 'testing/opensp/opensp-1.5-install.patch')
-rw-r--r-- | testing/opensp/opensp-1.5-install.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/opensp/opensp-1.5-install.patch b/testing/opensp/opensp-1.5-install.patch new file mode 100644 index 0000000000..aea321854e --- /dev/null +++ b/testing/opensp/opensp-1.5-install.patch @@ -0,0 +1,19 @@ +--- 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; \ |