diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-29 12:05:03 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-29 17:36:29 +0200 |
commit | b51d78c4d77f565b56f80664fb21fa9c8ee2a676 (patch) | |
tree | a770e881ce0792822b708b16f13a2c6940a097ae /package/lsof/lsof.mk | |
parent | 61bbbf3a892c951ef14722f2a0d9210ba5be9194 (diff) | |
download | buildroot-b51d78c4d77f565b56f80664fb21fa9c8ee2a676.tar.gz buildroot-b51d78c4d77f565b56f80664fb21fa9c8ee2a676.zip |
lsof: bump to version 4.87
And install to /usr/bin/lsof rather than /bin/lsof otherwise we still
keep busybox lsof.
[Thomas: fix patch numbering, two patches had the 0001 sequence
number.]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lsof/lsof.mk')
-rw-r--r-- | package/lsof/lsof.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index dcdb7cf5fe..285bd47696 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -4,7 +4,7 @@ # ################################################################################ -LSOF_VERSION = 4.85 +LSOF_VERSION = 4.87 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2 LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ LSOF_LICENSE = lsof license @@ -58,7 +58,7 @@ define LSOF_BUILD_CMDS endef define LSOF_INSTALL_TARGET_CMDS - $(INSTALL) -D -m 755 $(@D)/lsof $(TARGET_DIR)/bin/lsof + $(INSTALL) -D -m 755 $(@D)/lsof $(TARGET_DIR)/usr/bin/lsof endef $(eval $(generic-package)) |