Be carefull, the new path should be /bin/mv, not /usr/bin/mv, at least
for Mac OS X 10.5.6. Then it compiles fine.

/bin/mv %i/lib/%N/include/QtCore/qglobal.h.new
%i/lib/%N/include/QtCore/qglobal.h

/bin/mv "%i/lib/%N/include/Phonon" "%i/lib/%N/include/phonon"
Benjamin Reed a écrit :
> Ahh!  a coreutils issue.
> 
> God I hate coreutils.  =)
> 
> I'll fix that, thanks.
> 
> On Wed, Apr 8, 2009 at 1:08 PM, Jean-François Mertens
> <[email protected]> wrote:
>> 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