Log In
morevna
/
builder
Clone
Source Code
GIT
Source
Issues
2
Pull Requests
0
Stats
Blame docker-builder-data/build/script/include/inc-pkinstall-default.sh
Branch:
b4adc4f57ad843e1b85a74f565e21600a2caeadd
appimagetool
docker
master
b4adc4f57ad843e1b85a74f565e21600a2caeadd
docker-builder-data
build
script
include
inc-pkinstall-default.sh
Blob
Raw
e14835
e14835
# PK_DIRNAME
e14835
e14835
pkinstall() {
e14835
cd "$BUILD_PACKET_DIR/$PK_DIRNAME"
e14835
if ! make install; then
e14835
return 1
e14835
fi
e14835
}