diff options
Diffstat (limited to 'core/mkinitcpio/patch.patch')
-rw-r--r-- | core/mkinitcpio/patch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/mkinitcpio/patch.patch b/core/mkinitcpio/patch.patch new file mode 100644 index 000000000..62dadac32 --- /dev/null +++ b/core/mkinitcpio/patch.patch @@ -0,0 +1,11 @@ +--- 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 + |