diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 18:14:25 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 18:14:25 -0400 |
commit | 4c08929538733d5a76a663f2d48a980103b2223c (patch) | |
tree | 05ceaa5cb691046440539d79875913cbf2cee2b3 /src/chroot-tools | |
parent | 69bdd4ea9459209fe1a7768344b1975bea0a0fd0 (diff) |
Update libremakepkg to work with Bash 4.3 (and still work with 4.2)
Diffstat (limited to 'src/chroot-tools')
-rw-r--r-- | src/chroot-tools/makechrootpkg.sh.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/makechrootpkg.sh.patch b/src/chroot-tools/makechrootpkg.sh.patch index de57aeb..5cea39a 100644 --- a/src/chroot-tools/makechrootpkg.sh.patch +++ b/src/chroot-tools/makechrootpkg.sh.patch @@ -182,7 +182,7 @@ +SigLevel = Optional TrustAll +Server = file:///repo +' -+ sed -i "${line}i${ins//$'\n'/\n}" "$copydir/etc/pacman.conf" ++ sed -i "${line}i${ins//$'\n'/\\n}" "$copydir/etc/pacman.conf" + fi + # This is a little gross, but this way the script is recreated every time in the |