diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-20 17:16:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-20 17:16:36 -0400 |
commit | d17d1d82349f7f4cb60574f7d9c2f786eec3cc93 (patch) | |
tree | e3d53602f5c6b607123f48d416d9c616eabecd07 /src/chroot-tools/Makefile | |
parent | 089c60a05e95bee1ab3c506069f8e0e75eb43657 (diff) |
Fix issue #487; obey proxy settings when creating a chroot.
https://labs.parabola.nu/issues/487
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r-- | src/chroot-tools/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index c49c4ac..e44ad5f 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -15,9 +15,4 @@ include ../../common.mk makechrootpkg.sh.in: %.sh.in: $(devtoolsdir)/%.in cp $< $@ -mkarchroot: mkarchroot.in Makefile - @echo '< $< M4_EDIT | SED > $@' - @<'$<' $(edit) | sed -e 's|arch-nspawn|$$(librelib chroot/&)|' -e 's/pacstrap/env -i &/' >'$@' - @echo 'CHMOD $<'; chmod 755 "$@" - distcc-tool.pot: xgettext-keywords-sh+=--keyword=errusage |