From: hayao Date: Wed, 11 Nov 2020 13:39:13 +0000 (+0900) Subject: [fix] : Fixed aur scripts X-Git-Tag: rc3-alpha1~13^2~36^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3aae0b1acdecfcc09482a0f08cb8fb503bbe9980;p=alterlinux%2Falterlinux.git [fix] : Fixed aur scripts --- diff --git a/build.sh b/build.sh index 4d4d6f85..6dbb179e 100755 --- a/build.sh +++ b/build.sh @@ -810,7 +810,7 @@ make_packages_aur() { for _pkg in ${pkglist_aur[@]}; do echo ${_pkg} >> "${work_dir}/packages.list"; done # Build aur packages on airootfs - for _file in "aur_install" "aur_prepare" "aur_remove" "pacls_gen_new" "pacls_gen_old"; do + for _file in "aur_prepare" "aur_remove"; do cp -r "${script_path}/system/aur_scripts/${_file}.sh" "${airootfs_dir}/root/${_file}.sh" chmod 755 "${airootfs_dir}/root/${_file}.sh" done