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