commit bcc9f479d4736716506ffdda0581de91f396e293
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Fri Mar 12 18:37:37 2010 +0100

    fix temp mount dir creation
    
    The variable name used in Makefile.am was wrong

 tools/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2f8553e..c6452ee 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -92,10 +92,10 @@ endif
 
 if USE_UDEV
 install-data-hook:
-       $(MKDIR_P) "$(DESTDIR)$(MOUNTDIR)"
+       $(MKDIR_P) "$(DESTDIR)$(TMPMOUNTDIR)"
 endif
 if HAVE_HAL
 install-data-hook:
-       $(MKDIR_P) "$(DESTDIR)$(MOUNTDIR)"
+       $(MKDIR_P) "$(DESTDIR)$(TMPMOUNTDIR)"
 endif
 

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to