Eric Dufour wrote: > while attempting to install docbook & dependencies I had this error > message : > > head -n 4 /sw/src/root-sgml-entities- > iso8879-1986-2/sw/share/sgml/entities/iso8879/iso-amsa.gml > > /sw/src/root-sgml-entities- > iso8879-1986-2/sw/share/doc/sgml-entities-iso8879/COPYRIGHT > Unknown option: n
I suspect that this error is the result of a system configuration issue. The head utility that occurs in the package simply displays the first lines of a file (opposite of the tail utility which displays the end of a file). I am not familiar with the head utility that your system is attempting to use. Let me know if /usr/bin/head is in your PATH. In the mean time, I'll update the package to specifically use /usr/bin/head. s _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
