[Lunar-commits] <moonbase> xcalib: fixing the BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Apr 13 14:33:04 CEST 2009


commit c86f0c66516db5bdba80f1bb097458616f7bec2f
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Apr 13 08:33:04 2009 -0400

    xcalib: fixing the BUILD.
---
 x11-utils/xcalib/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-utils/xcalib/BUILD b/x11-utils/xcalib/BUILD
index a4c4cb0..096355e 100644
--- a/x11-utils/xcalib/BUILD
+++ b/x11-utils/xcalib/BUILD
@@ -6,7 +6,7 @@
   default_make
 
   if [ ! -d /usr/share/color/icc ]; then
-      mkdir /usr/share/color/icc
+      mkdir -p /usr/share/color/icc
   fi &&
 
   cp *.icc /usr/share/color/icc/


More information about the Lunar-commits mailing list