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