summaryrefslogtreecommitdiff
path: root/minicom/minicom_2.1.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
committerPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
commitd495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch)
treea5dd708ad79fef06c5401992a5707b578a07958e /minicom/minicom_2.1.oe
parentae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff)
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'minicom/minicom_2.1.oe')
-rw-r--r--minicom/minicom_2.1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/minicom/minicom_2.1.oe b/minicom/minicom_2.1.oe
index 706c8107b7..88ed728eb2 100644
--- a/minicom/minicom_2.1.oe
+++ b/minicom/minicom_2.1.oe
@@ -4,7 +4,7 @@ DEPENDS = "ncurses"
SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
file://configure.patch;patch=1"
-inherit autotools gettext gettext
+inherit autotools gettext
do_install() {
for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done