fix do_install problem
authorPhil Blundell <philb@gnu.org>
Sun, 12 Sep 2004 12:13:52 +0000 (12:13 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 12 Sep 2004 12:13:52 +0000 (12:13 +0000)
BKrev: 41443d80dOQjrEnetZFIZZKsYXF_lg

minicom/minicom_2.1.oe

index e69de29..5892236 100644 (file)
@@ -0,0 +1,11 @@
+DEPENDS = "ncurses gettext-native"
+
+SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
+       file://configure.patch;patch=1"
+
+inherit autotools
+
+do_install() {
+       for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done
+}
+