31 Jan
2008
31 Jan
'08
12:44 a.m.
On Jan 30, 2008, at 17:06, ecronin@macports.org wrote:
+destroot { + xinstall -d -m 0755 ${destroot}/${prefix}/share/cracklib + xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/ share/cracklib +}
There should not be a slash between ${destroot} and ${prefix} because ${prefix} already begins with a slash.