diff options
Diffstat (limited to 'emulators/xzx/files/patch-aa')
-rw-r--r-- | emulators/xzx/files/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa index b5a5266e9b6d..60149ff8130a 100644 --- a/emulators/xzx/files/patch-aa +++ b/emulators/xzx/files/patch-aa @@ -2,19 +2,24 @@ Put documentation in share/doc/xzx instead of lib/xzx: --- doc/Makefile.in.orig Fri Oct 9 13:20:18 1998 +++ doc/Makefile.in Fri Oct 9 13:34:32 1998 -@@ -47,4 +47,5 @@ +@@ -52,6 +52,7 @@ + sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ +docdir = $(datadir)/doc libdir = @libdir@ infodir = @infodir@ -@@ -54,4 +55,5 @@ + mandir = @mandir@ +@@ -61,6 +62,7 @@ + DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ +pkgdocdir = $(docdir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -@@ -215,7 +217,7 @@ + +@@ -260,9 +262,9 @@ + sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx install-data-local: Xzx - $(mkinstalldirs) $(pkglibdir) @@ -24,3 +29,4 @@ Put documentation in share/doc/xzx instead of lib/xzx: + $(INSTALL_DATA) $$f $(pkgdocdir); \ done $(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx + rm -f Xzx |