On 7/18/06, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> -install -dv -m 1777 /tmp /var/tmp
> +install -dv -m 1777 {/var,}/tmp
This syntax looks wrong to me. Seems it would create a /var/tmp
dir but not /tmp.
It's correct. {/var,} expands to /var and "".
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
