From 1a9b8ca5bc4d72ec6ae1e21a9684edf10df194c3 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 19 Aug 2012 12:21:50 -0400 Subject: functions: avoid creating /usr/sbin Booo. This broke my boot. Should never have been added in f3638aaa0937. Signed-off-by: Dave Reisner --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index a6cc61b..eee09ec 100644 --- a/functions +++ b/functions @@ -618,7 +618,7 @@ initialize_buildroot() { fi # base directory structure - install -dm755 "$workdir/root"/{new_root,proc,sys,dev,run,tmp,etc,usr/{local,lib,{,s}bin}} + install -dm755 "$workdir/root"/{new_root,proc,sys,dev,run,tmp,etc,usr/{local,lib,bin}} ln -s "usr/lib" "$workdir/root/lib" ln -s "../lib" "$workdir/root/usr/local/lib" ln -s "bin" "$workdir/root/usr/sbin" -- cgit v1.2.3-24-g4f1b