fix #2 - Add a pkg++ configuration example file into chroot
This commit is contained in:
10
build
10
build
@ -24,14 +24,4 @@ git clone https://github.com/lukc/pkgxx && \
|
||||
cd .. && \
|
||||
rm -rf pkgxx || exit 1
|
||||
|
||||
# Configure pkgxx
|
||||
echo "> Configure pkgxx"
|
||||
mkdir -p /opt/pkgxx/dev && \
|
||||
sed -i -e 's#prefix = .*$#prefix = "/opt/pkgxx/dev"#' \
|
||||
-e 's#distribution = .*$#distribution = "Alpine"#' \
|
||||
-e 's#package-manager = .*$#package-manager = "apk"#' \
|
||||
-e 's#repository-manager = .*$#repository-manager = "apk"#' \
|
||||
-e '/distribution-codename/d' \
|
||||
-e 's#provider = .*$#provider = "Dev Team"#' /etc/pkgxx.conf
|
||||
|
||||
# FIXME: DL yunoconfig
|
||||
|
Reference in New Issue
Block a user