Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201321 | Differences between
and this patch

Collapse All | Expand All

(-)a/spkg-install (-2 / +4 lines)
Lines 89-95 Link Here
89
        exit 1
89
        exit 1
90
    fi
90
    fi
91
91
92
    $CP -f gp "$SAGE_LOCAL/bin/"    # avoid "make install"
92
#    $CP -f gp "$SAGE_LOCAL/bin/"    # avoid "make install"
93
    $MAKE install-bin
93
94
94
    # Install documentation source (compressed), for use by gphelp.
95
    # Install documentation source (compressed), for use by gphelp.
95
    $MKDIR -p "$SAGE_LOCAL/share/pari/doc/"
96
    $MKDIR -p "$SAGE_LOCAL/share/pari/doc/"
Lines 118-124 Link Here
118
        exit 1
119
        exit 1
119
    fi
120
    fi
120
121
121
    $CP -f libpari* $SAGE_LOCAL/lib/
122
    $MAKE install-lib-dyn
123
#    $CP -f libpari* $SAGE_LOCAL/lib/
122
    cd "$CUR"
124
    cd "$CUR"
123
125
124
    # On CYGWIN, need the dll for PARI to be in the same
126
    # On CYGWIN, need the dll for PARI to be in the same

Return to bug 201321