On 15/08/13 14:14, Fernando de Oliveira wrote: > I suppose this should be > > sed -i 's/target\.mk/langlist\.mk/' bin/unpack-sources
I don't think the quotes are strictly needed in this instance, but you're right, it's a good habit to include them anyway. To test the David's sed's, I have used: > ... > tar xf $SOURCEDIR/libreoffice-dictionaries-4.1.0.4.tar.xz \ > --no-overwrite-dir --strip-components=1 && > ... > ln -sv $SOURCEDIR/libreoffice-dictionaries-4.1.0.4.tar.xz src/ && > ln -sv $SOURCEDIR/libreoffice-help-4.1.0.4.tar.xz src/ && > ln -sv $SOURCEDIR/libreoffice-translations-4.1.0.4.tar.xz src/ && > ... That's exactly what I've got in my script now (apart from the variable name) - I've also stashed away the d/l'd packages, such as Hunspell, etc., and symlinked to them from 'src', but perhaps that is going slightly outside the scope of the book. David -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
