diff options
Diffstat (limited to 'bvi/bvi_1.3.1.oe')
-rw-r--r-- | bvi/bvi_1.3.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bvi/bvi_1.3.1.oe b/bvi/bvi_1.3.1.oe index ffcbbae87f..e08117b5b8 100644 --- a/bvi/bvi_1.3.1.oe +++ b/bvi/bvi_1.3.1.oe @@ -3,7 +3,7 @@ DESCRIPTION = "binary vi (binary file editor)" DEPENDS = "virtual/libc ncurses" SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/compile.patch;patch=1" + file://configure.patch;patch=1 \ + file://compile.patch;patch=1" inherit autotools |