diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
commit | d495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch) | |
tree | a5dd708ad79fef06c5401992a5707b578a07958e /lrzsz/lrzsz_0.12.20.oe | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'lrzsz/lrzsz_0.12.20.oe')
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index 164c66e20a..0bc21294a0 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -9,7 +9,7 @@ SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ file://makefile.patch;patch=1 \ file://gettext.patch;patch=1" -inherit autotools gettext gettext +inherit autotools gettext do_install() { install -d ${D}/${bindir}/ |