summaryrefslogtreecommitdiff
path: root/math/pspp/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/files/patch-ab')
-rw-r--r--math/pspp/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/pspp/files/patch-ab b/math/pspp/files/patch-ab
new file mode 100644
index 000000000000..a9d6c40e0735
--- /dev/null
+++ b/math/pspp/files/patch-ab
@@ -0,0 +1,20 @@
+--- config/Makefile.in.orig Sun Jan 16 19:06:43 2000
++++ config/Makefile.in Sat Apr 22 13:04:25 2000
+@@ -125,12 +125,15 @@
+ $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
+ @list='$(pkgsysconf_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
++ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default"; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
+ fi; fi; \
++ if test ! -f $(DESTDIR)$(pkgsysconfdir)/$$p; then \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
++ fi; \
+ done
+
+ uninstall-pkgsysconfDATA: