Subject: [PATCH] Create the bin/ directory at install time, so we don't have to. From: Jeremy White Date: 1139954038 -0600 --- loki_setup/Makefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ce6b05dbfba71121eee1909bd1e87036d41aa4a9 diff --git a/loki_setup/Makefile.in b/loki_setup/Makefile.in index 5b5b55c..b43180f 100644 --- a/loki_setup/Makefile.in +++ b/loki_setup/Makefile.in @@ -142,6 +142,7 @@ install: all ifeq ($(DYN_PLUGINS),true) $(MAKE) -C plugins install endif + @mkdir -p image/setup.data/bin/$(os)/$(arch)/$(libc) @if [ -d image/setup.data/bin/$(os)/$(arch)/$(libc) ]; then \ cp setup image/setup.data/bin/$(os)/$(arch); \ strip image/setup.data/bin/$(os)/$(arch)/setup; \ -- 1.1.5