summaryrefslogtreecommitdiff
path: root/core/mkinitcpio/patch.patch
blob: 62dadac32c29a538be31a59f0bf085dfa2c466f1 (plain)
1
2
3
4
5
6
7
8
9
10
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