[BACK]Return to pari-2.13.1.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pari

File: [local] / OpenXM / src / pari / pari-2.13.1.diff (download)

Revision 1.1, Thu Mar 25 03:40:23 2021 UTC (3 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: HEAD

Upgraded pari to 2.13.1.

diff -ubBr pari-2.13.1.orig/config/Makefile.SH pari-2.13.1/config/Makefile.SH
--- pari-2.13.1.orig/config/Makefile.SH	2020-10-26 21:43:04.000000000 +0900
+++ pari-2.13.1/config/Makefile.SH	2021-03-25 12:22:04.074809000 +0900
@@ -488,7 +488,7 @@
 	mkdir -p \$(DATADIR); \
 	if test -d $data; then cd $data; \
 	  for d in \`ls\`; do \
-            test -d "\$\$d" && (\$(TAR) c \$\$d | (cd \$(DATADIR) && \$(TAR) xo )); \
+            test -d "\$\$d" && (\$(TAR) cf - \$\$d | (cd \$(DATADIR) && \$(TAR) xof - )); \
 	  done; \
 	fi;