diff options
author | Joe <joe@joelightning.com> | 2011-10-22 18:13:10 +0100 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-10-22 18:13:10 +0100 |
commit | aaaef886278652024642f3b1b7f367a2e291ada2 (patch) | |
tree | 4d98c443a551cac5c233ff38cc4ce5fe46f0d983 /core/mkinitcpio | |
parent | 4cde6560bfc9e4d12e9e00eed481e6ffb4325001 (diff) |
made patch
Diffstat (limited to 'core/mkinitcpio')
-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. |