Blame env-builder-data/build/script/include/inc-pkinstall-default.sh

e14835
e14835
# PK_DIRNAME
e14835
e14835
pkinstall() {
e14835
    cd "$BUILD_PACKET_DIR/$PK_DIRNAME"
e14835
    if ! make install; then
e14835
        return 1
e14835
    fi
c35e3a
c35e3a
    cd "$INSTALL_PACKET_DIR"
c35e3a
    if ! pkhook_postinstall; then
c35e3a
        return 1
c35e3a
    fi
e14835
}