diff options
Diffstat (limited to 'math/pspp/files/patch-aa')
-rw-r--r-- | math/pspp/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pspp/files/patch-aa b/math/pspp/files/patch-aa new file mode 100644 index 0000000..1a6aada --- /dev/null +++ b/math/pspp/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jan 16 19:06:30 2000 ++++ Makefile.in Sat Apr 22 15:23:56 2000 +@@ -97,7 +97,7 @@ + + SUBDIRS = doc intl po lib src config tests + +-pkgdocdir = $(prefix)/doc/@PACKAGE@ ++pkgdocdir = $(datadir)/doc/@PACKAGE@ + pkgdoc_DATA = NEWS README TODO + noinst_DATA = AUTHORS THANKS + |