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

Annotation of OpenXM/src/pari/pari-2.13.1.diff, Revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>