mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-12 17:36:18 +02:00
Compare commits
3 Commits
c44039365c
...
23505b2f5e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
23505b2f5e | ||
![]() |
3f0ebbc6d2 | ||
![]() |
19728506e3 |
@@ -116,6 +116,9 @@ copy_hostconf () {
|
||||
cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
|
||||
if [[ -d "${makepkg_conf}.d" ]] && is_globfile "${makepkg_conf}.d"/*.conf; then
|
||||
mkdir --parents "$working_dir/etc/makepkg.conf.d/"
|
||||
if is_globfile "$working_dir/etc/makepkg.conf.d"/*.conf; then
|
||||
rm --force "$working_dir/etc/makepkg.conf.d"/*.conf
|
||||
fi
|
||||
cp "${makepkg_conf}.d/"*.conf "$working_dir/etc/makepkg.conf.d/"
|
||||
fi
|
||||
fi
|
||||
|
@@ -188,6 +188,7 @@ path = [
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".gitignore",
|
||||
".nvchecker.toml",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
|
Reference in New Issue
Block a user