summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/lsof/lsof-0001-makefile.patch (renamed from package/lsof/lsof-4.85-makefile.patch)0
-rw-r--r--package/lsof/lsof-0002-noportmap.patch (renamed from package/lsof/lsof-4.85-noportmap.patch)0
-rw-r--r--package/lsof/lsof-0003-override-cflags.patch (renamed from package/lsof/lsof-4.85-override-cflags.patch)0
-rw-r--r--package/lsof/lsof-0004-remove-susvlegacy-funcs.patch (renamed from package/lsof/lsof-4.85-remove-susvlegacy-funcs.patch)0
-rw-r--r--package/lsof/lsof.mk4
5 files changed, 2 insertions, 2 deletions
diff --git a/package/lsof/lsof-4.85-makefile.patch b/package/lsof/lsof-0001-makefile.patch
index 65b1b2e2a7..65b1b2e2a7 100644
--- a/package/lsof/lsof-4.85-makefile.patch
+++ b/package/lsof/lsof-0001-makefile.patch
diff --git a/package/lsof/lsof-4.85-noportmap.patch b/package/lsof/lsof-0002-noportmap.patch
index 984e0d8eac..984e0d8eac 100644
--- a/package/lsof/lsof-4.85-noportmap.patch
+++ b/package/lsof/lsof-0002-noportmap.patch
diff --git a/package/lsof/lsof-4.85-override-cflags.patch b/package/lsof/lsof-0003-override-cflags.patch
index 135e599ac9..135e599ac9 100644
--- a/package/lsof/lsof-4.85-override-cflags.patch
+++ b/package/lsof/lsof-0003-override-cflags.patch
diff --git a/package/lsof/lsof-4.85-remove-susvlegacy-funcs.patch b/package/lsof/lsof-0004-remove-susvlegacy-funcs.patch
index fca66aee57..fca66aee57 100644
--- a/package/lsof/lsof-4.85-remove-susvlegacy-funcs.patch
+++ b/package/lsof/lsof-0004-remove-susvlegacy-funcs.patch
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))
OpenPOWER on IntegriCloud