summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
index 331f978f86..86d3be1689 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb
@@ -21,6 +21,6 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
21 21
22inherit autotools pkgconfig 22inherit autotools pkgconfig
23 23
24do_configure_prepend() { 24do_configure:prepend() {
25 (cd ${S}; ./autogen.sh; cd -) 25 (cd ${S}; ./autogen.sh; cd -)
26} 26}