mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
0a9552085b
commit
1385a00a2c
@ -27,7 +27,7 @@ fi
|
|||||||
cp -r "$PROFILE" "$BUILD_DIR"/profile || exit
|
cp -r "$PROFILE" "$BUILD_DIR"/profile || exit
|
||||||
|
|
||||||
# https://wiki.archlinux.org/index.php/Archiso#Custom_local_repository
|
# https://wiki.archlinux.org/index.php/Archiso#Custom_local_repository
|
||||||
cat pkg/de-p1st-pacman/pacman.d/de-p1st > "$BUILD_DIR"/profile/pacman.conf || exit
|
cat pkg/de-p1st-pacman/pacman.d/de-p1st >> "$BUILD_DIR"/profile/pacman.conf || exit
|
||||||
|
|
||||||
for PKG in "${PKGS[@]}"; do
|
for PKG in "${PKGS[@]}"; do
|
||||||
echo "${PKG}" >> "${BUILD_DIR}"/profile/packages.x86_64
|
echo "${PKG}" >> "${BUILD_DIR}"/profile/packages.x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user