diff options
Diffstat (limited to 'corkscrew')
-rw-r--r-- | corkscrew/corkscrew_2.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corkscrew/corkscrew_2.0.oe b/corkscrew/corkscrew_2.0.oe index cf15bbdf05..b93e72c43e 100644 --- a/corkscrew/corkscrew_2.0.oe +++ b/corkscrew/corkscrew_2.0.oe @@ -2,6 +2,6 @@ HOMEPAGE = "http://www.agroman.net/corkscrew/" DESCRIPTION = "Tunnel SSH throught HTTP proxies" SECTION = "net" SRC_URI = "http://www.agroman.net/corkscrew/corkscrew-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1" + file://configure.patch;patch=1" inherit autotools |