diff options
Diffstat (limited to 'ncftp/ncftp_3.1.7.oe')
-rw-r--r-- | ncftp/ncftp_3.1.7.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ncftp/ncftp_3.1.7.oe b/ncftp/ncftp_3.1.7.oe index 04522814c7..52e4207261 100644 --- a/ncftp/ncftp_3.1.7.oe +++ b/ncftp/ncftp_3.1.7.oe @@ -1,14 +1,14 @@ -BROKEN = "1" DESCRIPTION = "A sophisticated console ftp client" SECTION = "base" PRIORITY = "optional" -SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2" +SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2 \ + file://acinclude.m4" inherit autotools do_configure_prepend () { - install -m 0644 autoconf/aclocal.m4 acinclude.m4 + install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4 } do_install () { |