From b81b2b920d300f1cb292fecf96e9d590497607f8 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Fri, 4 Aug 2006 11:22:16 +0000 Subject: Solved IFS issues git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@139 880c04e9-e011-0410-abf7-b926e227c9cd --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a704f29..0820065 100755 --- a/install.sh +++ b/install.sh @@ -16,3 +16,8 @@ install -D -m755 init ${1}/lib/initcpio/init install -D -m644 functions ${1}/lib/initcpio/functions cp -r hooks/ ${1}/lib/initcpio/ cp -r install/ ${1}/lib/initcpio/ + +# install subs tool to solve IFS issues +cd subs +make +install -D -m755 subs ${1}/usr/lib/klibc/bin/subs -- cgit v1.2.3-24-g4f1b