We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3669fab commit d5d64c6Copy full SHA for d5d64c6
1 file changed
tools/wizard.sh
@@ -148,8 +148,15 @@ Function_Global_Main_check_required_files () {
148
Var_Local_file_list=(
149
"build.sh"
150
"tools/keyring.sh"
151
+ "tools/channel.sh"
152
+ "tools/locale.sh"
153
+ "system/kernel-i686"
154
+ "system/kernel-x86_64"
155
+ "system/locale-i686"
156
+ "system/locale-x86_64"
157
"system/pacman-i686.conf"
158
"system/pacman-x86_64.conf"
159
+ "system/arch-pkgbuild-parser"
160
"default.conf"
161
)
162
0 commit comments