summaryrefslogtreecommitdiff
path: root/core/mkinitcpio/patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/mkinitcpio/patch.patch')
-rw-r--r--core/mkinitcpio/patch.patch15
1 files changed, 11 insertions, 4 deletions
diff --git a/core/mkinitcpio/patch.patch b/core/mkinitcpio/patch.patch
index ce3553557..62dadac32 100644
--- a/core/mkinitcpio/patch.patch
+++ b/core/mkinitcpio/patch.patch
@@ -1,4 +1,11 @@
-4c4
-< for dir in proc sys dev run usr/{bin,sbin}; do
----
-> for dir in lib32 proc sys dev run usr/{bin,sbin}; do # Added `lib32' like fauno told me to.
+--- install/base 2011-10-22 12:37:45.000000000 -0300
++++ install/base.orig 2011-11-03 19:54:45.574991740 -0300
+@@ -1,7 +1,7 @@
+ #!/bin/bash
+
+ build() {
+- for dir in new_root proc sys dev run usr/{bin,sbin}; do
++ for dir in new_root proc sys dev run usr/{bin,sbin} lib32; do
+ add_dir "/$dir"
+ done
+