diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-29 22:12:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-29 22:12:10 +0000 |
commit | 56812fa6715f0e7c674fc169fe186916027e643a (patch) | |
tree | 0ee746d37c1e3aa57e27ab92afd20af80d86cde8 /psmisc | |
parent | 2652817d0f0ccad090a95a60c4e4eab260829020 (diff) |
Add zcip 4, fix the install target for psmisc, and add a libpcap staging target.
BKrev: 3f78ae3avMrIhJ6vBciF_4ypW-ZiOQ
Diffstat (limited to 'psmisc')
-rw-r--r-- | psmisc/psmisc-20.2.oe | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/psmisc/psmisc-20.2.oe b/psmisc/psmisc-20.2.oe index 1c346b41bb..61b1b3f3d5 100644 --- a/psmisc/psmisc-20.2.oe +++ b/psmisc/psmisc-20.2.oe @@ -6,11 +6,6 @@ RDEPENDS="libc6 libncurses5" DEPENDS=virtual/libc libncurses SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz" - S="${WORKDIR}/${P}" - -do_install () { - set -e - oe_runmake DESTDIR=${D} install -} +inherit autotools |