On Sat, Aug 01, 2009 at 09:43:34AM -0600, [email protected] wrote:
>    <!ENTITY gs-other-fonts-download 
> "http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz";>
>    <!ENTITY gs-other-fonts-md5sum   "33457d3f37de7ef03d2eea05a9e6aa4f">
> -  <!ENTITY gs-other-fonts-size     "796 KB">
> +  <!ENTITY gs-other-fonts-size     "778 KB">
>  ]>

Just a few notes to go along with this commit. I've noticed that the
download sizes tend to be different to mine. I calculated that the file
would be 796KB if it was calculated with 1000 bytes to a KB. However,
'ls -lh' - the command given in the editors' manual - produces the result 
778KB which is 1024 bytes to a KB. Is there an agreed standard upon this?

>  <screen role="root"><userinput>make soinstall &amp;&amp;
> -install -v -d -m755 /usr/include/ps &amp;&amp;
> -install -v -m644 src/*.h /usr/include/ps &amp;&amp;
> -ln -v -s ps /usr/include/ghostscript</userinput></screen>
> +install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
> +ln -v -s ghostscript /usr/include/ps</userinput></screen>

/usr/share/ghostscript is now installed by default, so it's less
complicated to use that and link to it. I assume all the files that were
under src are now under base, a quick comparison showed that they did.
Compiling something that requires them will soon tell.

Attachment: pgpT3MJasVSik.pgp
Description: PGP signature

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to