summaryrefslogtreecommitdiff
path: root/libre/arch-install-scripts/copykeyring_fix.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-02 01:35:23 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-02 02:22:48 -0200
commit4008cf7899d9fe8b11fb2ebbd29338514ef3b73f (patch)
tree07c0ab932a91d8f6d410e793dbe28da4f4af9271 /libre/arch-install-scripts/copykeyring_fix.patch
parent399db66ccffe4fe3c23539d3416b949f25a77dd0 (diff)
downloadabslibre-4008cf7899d9fe8b11fb2ebbd29338514ef3b73f.tar.gz
abslibre-4008cf7899d9fe8b11fb2ebbd29338514ef3b73f.tar.bz2
abslibre-4008cf7899d9fe8b11fb2ebbd29338514ef3b73f.zip
arch-install-scripts: add new package to [libre] to solve bug #662 -> https://labs.parabola.nu/issues/662
Diffstat (limited to 'libre/arch-install-scripts/copykeyring_fix.patch')
-rw-r--r--libre/arch-install-scripts/copykeyring_fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/arch-install-scripts/copykeyring_fix.patch b/libre/arch-install-scripts/copykeyring_fix.patch
new file mode 100644
index 000000000..cc4f3f8cd
--- /dev/null
+++ b/libre/arch-install-scripts/copykeyring_fix.patch
@@ -0,0 +1,15 @@
+diff -Nur arch-install-scripts-14.orig/pacstrap.in arch-install-scripts-14/pacstrap.in
+--- arch-install-scripts-14.orig/pacstrap.in 2014-12-12 21:43:21.000000000 -0200
++++ arch-install-scripts-14/pacstrap.in 2015-02-02 01:21:12.998548374 -0200
+@@ -109,10 +109,7 @@
+ fi
+
+ if (( copykeyring )); then
+- # if there's a keyring on the host, copy it into the new root, unless it exists already
+- if [[ -d /etc/pacman.d/gnupg && ! -d $newroot/etc/pacman.d/gnupg ]]; then
+- cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"
+- fi
++ cp -na /etc/pacman.d/gnupg/* "$newroot/etc/pacman.d/gnupg/"
+ fi
+
+ if (( copymirrorlist )); then