[clbuild-devel] get_tarball vs directory names
Raymond Wiker
rwiker at gmail.com
Tue Oct 28 19:26:37 UTC 2008
Some tarballs unpack into a directory name that does not match the
package name. This causes get_tarball to fail. One solution is to try
to check for ${name}; if it does not exist, try to rename ${name}* to $
{name}. The attached patch does exactly this.
A probably better alternative would be to unpack into a fresh,
temporary directory, and move/rename the contents of the temporary
directory afterwards.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clbuild.diff
Type: application/octet-stream
Size: 426 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/clbuild-devel/attachments/20081028/4f395952/attachment.obj>
-------------- next part --------------
More information about the clbuild-devel
mailing list