mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
598 B
Diff
14 lines
598 B
Diff
diff -urN a/arch-nspawn.in b/arch-nspawn.in
|
|
--- a/arch-nspawn.in 2013-05-25 15:39:46.000000000 -0500
|
|
+++ b/arch-nspawn.in 2013-06-04 16:22:20.718826563 -0500
|
|
@@ -74,8 +74,8 @@
|
|
}
|
|
|
|
copy_hostconf () {
|
|
- cp -a /etc/pacman.d/gnupg "$working_dir/etc/pacman.d"
|
|
- echo "Server = $host_mirror" > $working_dir/etc/pacman.d/mirrorlist
|
|
+ #cp -a /etc/pacman.d/gnupg "$working_dir/etc/pacman.d"
|
|
+ #echo "Server = $host_mirror" > $working_dir/etc/pacman.d/mirrorlist
|
|
|
|
[[ -n $pac_conf ]] && cp $pac_conf $working_dir/etc/pacman.conf
|
|
[[ -n $makepkg_conf ]] && cp $makepkg_conf $working_dir/etc/makepkg.conf
|