On 2013-11-26 07:09 , Peter Danecek wrote: > install -d ${destroot}/${prefix}/var/cache/fetch-crl BTW, $prefix already starts with a slash so this path will contain a double slash after variable substitution. - Josh