Fernando de Oliveira wrote: > --- Em sex, 9/11/12, Bruce Dubbs escreveu: > >> De: Bruce Dubbs >> Assunto: Re: [blfs-dev] cups-filters-1.0.24 >> Para: "BLFS Development List" >> Data: Sexta-feira, 9 de Novembro de 2012, 12:31 >> Fernando de Oliveira wrote: >>> Every reinstall fails, then I have definitely added the >> line >>> >>> rm -v >> /usr/share/cups/charsets/pdf.utf-8 >>> >>> to the script. >>> >>> Error log: >>> ... >>> make install-data-hook >>> make[2]: Entrando no diretório >> `/media/Dados1T/NovoGamer/home/fernando/tmp/paco-build-2012.11.09/cups-filters-1.0.24' >>> ln -s pdf.utf-8.simple \ >>> /usr/share/cups/charsets/pdf.utf-8 >>> >> Either that or: >> >> sed -i -e 's/\t$(LN_S)/& -fn/' Makefile.in > > Of course you are right. Although I could use "rm -rf", the use of rm -v is > wrong, and breaks a first installation. > > I modified to use the "sed", and it works.
Actually rm -fv would have worked too. I think the change to ln is better though. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page