cweimann/go-icap

Makefile importpath does not match goinstall path

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?

goinstall go-icap.googlecode.com/hg

What is the expected output? What do you see instead?

I expected, that the module gets installed correctly.

Instead I get the following error:

go-icap.googlecode.com/hg: download failed: unsupported import path; should be 
"code.google.com/p/go-icap"

What version of the product are you using? On what operating system?
go-icap tip with 6g weekly.2012-01-15 11253

Please provide any additional information below.

Attached is a small patch, which fixes the path in the Makefile and in the 
example redirector.

Original issue reported on code.google.com by MoritzBitsch@gmail.com on 27 Jan 2012 at 1:21

Attachments:

I fixed the import path, and deleted the makefile (it is no longer needed).

Original comment by andybalholm@gmail.com on 27 Jan 2012 at 5:12

  • Changed state: Fixed