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