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

(-)pari-2.3.3.p5/spkg-install.orig (-2 / +2 lines)
Lines 91-97 Link Here
91
        exit 1
91
        exit 1
92
    fi
92
    fi
93
93
94
    cp -f gp "$SAGE_LOCAL/bin/"    # avoid "make install"
94
    $MAKE install-bin
95
95
96
    # Install documentation source (compressed), for use by gphelp.
96
    # Install documentation source (compressed), for use by gphelp.
97
    $MKDIR -p "$SAGE_LOCAL/share/pari/doc/"
97
    $MKDIR -p "$SAGE_LOCAL/share/pari/doc/"
Lines 146-152 Link Here
146
        fi
146
        fi
147
147
148
        cd `config/objdir`
148
        cd `config/objdir`
149
        cp -f libpari* $SAGE_LOCAL/lib
149
        $MAKE install-lib-dyn
150
        cd "$CUR"
150
        cd "$CUR"
151
151
152
        # Also another patch since paripriv.h won't compile right on OS X
152
        # Also another patch since paripriv.h won't compile right on OS X

Return to bug 201321