index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Armin Luntzer <armin@archlinuxppc.org> | 2007-11-22 19:50:46 +0100 |
---|---|---|
committer | Jason Chu <jchu@xentac.net> | 2007-11-27 16:45:28 -0800 |
commit | e16136b8e8b6cdd84dcf8fa16a0a3a1e019672a2 (patch) | |
tree | d1381d90d6d1075908feb4ea4d9fbf595f64aee9 | |
parent | 9e660ee86e185a42514f11d1f7bab80dc3c1c49c (diff) |
-rwxr-xr-x | mkarchroot | 2 |
@@ -163,6 +163,8 @@ else cp ${makepkg_conf} ${working_dir}/etc/makepkg.conf fi + echo "copying resolv.conf : /etc/resolv.conf" + cp /etc/resolv.conf "${working_dir}/etc/resolv.conf" echo "generating default locales" sed -i "s|^#\(.*$LANG\)|\1|g" "${working_dir}/etc/locale.gen" |