Log In
morevna
/
builder
Clone
Source Code
GIT
Source
Issues
2
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b4adc4f57ad843e1b85a74f565e21600a2caeadd
b4adc4f57ad843e1b85a74f565e21600a2caeadd
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 }