aboutsummaryrefslogtreecommitdiffstats
path: root/nano/nano_1.3.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nano/nano_1.3.0.oe')
-rw-r--r--nano/nano_1.3.0.oe7
1 files changed, 4 insertions, 3 deletions
diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe
index 11a48d7e59..d24ac32e41 100644
--- a/nano/nano_1.3.0.oe
+++ b/nano/nano_1.3.0.oe
@@ -4,11 +4,12 @@ Not ANOther editor) is an enhanced clone of the \
Pico text editor."
SRC_URI = "http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1 \
- file://${FILESDIR}/make.patch;patch=1"
+ file://configure.patch;patch=1 \
+ file://make.patch;patch=1 \
+ file://glib.m4"
inherit autotools
do_configure_prepend () {
- cp ${FILESDIR}/glib.m4 m4/
+ cp ${WORKDIR}/glib.m4 m4/
}