From d3c45f1c1a9d0b99d6c566d0d98e497460b2266a Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 28 Nov 2006 18:38:23 +0000 Subject: [PATCH] fix for pristine checkouts, since cvs omits empty directories git-svn-id: svn://svn.open-ils.org/ILS/trunk@6625 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 22024de3ab..00e3d01ff4 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -35,6 +35,10 @@ add_symlinks: build_dir: @echo + @echo '********************************************************* Kludge, make sure these directories exists ' + mkdir -p chrome/locale/en-US/ + mkdir -p chrome/content/OpenSRF/ + @echo @echo '********************************************************* Creating and populating build/ ' mkdir -p build/ cp -R chrome build/ -- 2.11.0