summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-22 18:13:10 +0100
committerJoe <joe@joelightning.com>2011-10-22 18:13:10 +0100
commitaaaef886278652024642f3b1b7f367a2e291ada2 (patch)
tree4d98c443a551cac5c233ff38cc4ce5fe46f0d983 /core
parent4cde6560bfc9e4d12e9e00eed481e6ffb4325001 (diff)
made patch
Diffstat (limited to 'core')
-rw-r--r--core/mkinitcpio/patch.patch4
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.