On 08 Apr 2009, at 18:44, Dominique Dhumieres wrote:

> if [ -d "/sw/src/fink.build/root-qt4-x11-4.5.0-4/sw/lib/qt4-x11/ 
> include/Phonon" ]; then
>       mv "/sw/src/fink.build/root-qt4-x11-4.5.0-4/sw/lib/qt4-x11/include/ 
> Phonon" "/sw/src/fink.build/root-qt4-x11-4.5.0-4/sw/lib/qt4-x11/ 
> include/phonon"
> fi
> mv: ne peut 'ecraser le non-r'epertoire `/sw/src/fink.build/root- 
> qt4-x11-4.5.0-4/sw/lib/qt4-x11/include/phonon/Phonon' par le  
> r'epertoire `/sw/src/fink.build/root-qt4-x11-4.5.0-4/sw/lib/qt4-x11/ 
> include/Phonon'
Translation: "can't overwrite the non-directory ... with the  
directory ..."

Right _ that command seems bound to lead to trouble on case- 
insensitive systems and with coreutils' mv:
cd /case_sensitive/tmp; mkdir A; mv A a
mv: cannot move `A' to a subdirectory of itself, `a/A'

JF


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to