diff options
Diffstat (limited to 'recipes/ctorrent')
-rw-r--r-- | recipes/ctorrent/ctorrent_3.3.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ctorrent/ctorrent_3.3.1.bb b/recipes/ctorrent/ctorrent_3.3.1.bb index 812c0644b0..91a1fac181 100644 --- a/recipes/ctorrent/ctorrent_3.3.1.bb +++ b/recipes/ctorrent/ctorrent_3.3.1.bb @@ -3,3 +3,5 @@ require ctorrent.inc DESCRIPTION += "This is the Enhanced version from the dtorrent project" SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctorrent-dnh${PV}.tar.gz" + +S = "${WORKDIR}/${PN}-dnh${PV}" |