El Lunes, 21 de Noviembre de 2005 22:22, Matthew Burgess escribió: > 3) Change the Makefile to do the following test instead: > > if [ "$(prefix)" = / -o "$(prefix)" = "" ];
Try this: if [ x$(prefix) = x/ ] That is recommended way to test varaibles when you aren't sure that it allways have an asigned value. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page