varnish / libvmod-curl

cURL Varnish bindings by Varnish Software
Other
48 stars 39 forks source link

Tarball has duplicated name of the directory #52

Closed graywolf-at-work closed 5 years ago

graywolf-at-work commented 5 years ago

Currently the directory in tarball has the libvmod-curl part duplicated.

$ tar -tf libvmod-curl-1.0.4.tar.gz | head -n1
libvmod-curl-libvmod-curl-1.0.4/

I think using just libvmod-curl-1.0.4 would be sufficient.

dridi commented 5 years ago

Where did you fetch the archive from?

graywolf-at-work commented 5 years ago

https://github.com/varnish/libvmod-curl/releases https://github.com/varnish/libvmod-curl/archive/libvmod-curl-1.0.4.tar.gz

dridi commented 5 years ago

Unfortunately this is a github-generated archive from the source code over which we have no control. We don't make github releases and merely tagging a release makes it appear on github.

Fortunately we provided bootstrapped archives (so you shouldn't need the autotools to build) as stated in the README:

https://download.varnish-software.com/libvmod-curl/

This should solve your problem.