Interestingly, the part of the installation that
fails for me is this line, from net-tools-1.50/man/Makefile:

        CMDS=`ls *.$$SECTION`; \

which works fine when changed to:

        CMDS=`bash -c ls *.$$SECTION`; \

The original doesn't appear to be getting globbed.
        
??
-- 
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to