From d21b21ae50c674e3f663ec67a72e9cf3354cfb1a Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 6 Aug 2006 18:50:41 +0000 Subject: fixed init again git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@144 880c04e9-e011-0410-abf7-b926e227c9cd --- install.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0820065..a704f29 100755 --- a/install.sh +++ b/install.sh @@ -16,8 +16,3 @@ 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