Log In
morevna
/
builder
Clone
Source Code
GIT
Source
Issues
2
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
35e704259996df83fdc557a9f1ed935072e9bd2c
35e704259996df83fdc557a9f1ed935072e9bd2c
docker-builder-data
build
script
include
inc-pkinstall-default.sh
Fork and Edit
Blob
Blame
Raw
# PK_DIRNAME pkinstall() { cd "$BUILD_PACKET_DIR/$PK_DIRNAME" if ! make install; then return 1 fi }