diff options
Diffstat (limited to 'src/chroot-tools/mkarchroot.patch')
-rw-r--r-- | src/chroot-tools/mkarchroot.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chroot-tools/mkarchroot.patch b/src/chroot-tools/mkarchroot.patch index 3c8137c..cb1acc2 100644 --- a/src/chroot-tools/mkarchroot.patch +++ b/src/chroot-tools/mkarchroot.patch @@ -1,5 +1,5 @@ ---- mkarchroot.in 2014-05-10 22:10:54.871326879 -0400 -+++ mkarchroot.ugly 2014-05-10 22:10:54.887993222 -0400 +--- mkarchroot.in 2014-11-05 18:57:12.175995949 -0500 ++++ mkarchroot.ugly 2014-11-05 18:57:12.209328664 -0500 @@ -1,4 +1,6 @@ #!/bin/bash +# License: GNU GPLv2 @@ -7,7 +7,7 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. -@@ -66,6 +68,11 @@ +@@ -68,6 +70,11 @@ chmod 0755 "$working_dir" fi @@ -19,7 +19,7 @@ pacstrap -GMcd ${pac_conf:+-C "$pac_conf"} "$working_dir" \ "${cache_dirs[@]/#/--cachedir=}" "$@" || die 'Failed to install all packages' -@@ -73,7 +80,7 @@ +@@ -75,7 +82,7 @@ echo 'LANG=C' > "$working_dir/etc/locale.conf" echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot" |