Martin Costabel wrote: > Till Backhaus wrote: > [] >> + mv '/sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/*.*' /sw/src/ >> fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/lib/ >> mv: rename /sw/src/fink.build/root-qt3-3.3.8-1026/sw/lib/*.* to /sw/ >> src/fink.build/root-qt3-3.3.8-1026/sw/lib/qt3/lib/*.*: No such file or >> directory > > I have a suspicion that I would like to confirm first. > > Question: Is your "/sw" a symlink to the real fink tree? If yes, what does > > ls -l /sw/src/fink.build/root-qt3-3.3.8-1026 > > show?
Without waiting for your answer, I went ahead and submitted the little fix I think may help with your problem. I hope Ben has no objections. It concerns the changed behavior of the `/bin/pwd` command. Until Tiger, the default behavior was `pwd -P`, on Leopard it is `pwd -L`, and therefore the unfixify patch in qt3 needs an explicit `pwd -P`. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
