We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2d735 commit bc9d778Copy full SHA for bc9d778
1 file changed
build.sh
@@ -600,13 +600,13 @@ make_pkgbuild() {
600
fi
601
602
#-- PKGBUILDが入ったディレクトリを作業ディレクトリにコピー --#
603
- for _dir in $(find "${_dir}" -type f -name "PKGBUILD" 2>/dev/null | xargs -If realpath f | xargs -If dirname f); do
+ for _dir in $(find "${_pkgbuild_dirs}" -type f -name "PKGBUILD" 2>/dev/null | xargs -If realpath f | xargs -If dirname f); do
604
mkdir -p "${airootfs_dir}/pkgbuilds/"
605
cp -r "${_dir}" "${airootfs_dir}/pkgbuilds/"
606
done
607
608
#-- ビルドスクリプトの実行 --#
609
- # prepare for yay
+ # prepare for makepkg
610
cp -rf --preserve=mode "${script_path}/system/pkgbuild.sh" "${airootfs_dir}/root/pkgbuild.sh"
611
sed "s|https|http|g" "${work_dir}/pacman-${arch}.conf" > "${airootfs_dir}/etc/alteriso-pacman.conf"
612
0 commit comments