From: Stefan Schantl Date: Fri, 2 Mar 2012 15:07:43 +0000 (+0100) Subject: lsof: Fix build error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b9361889fa64fe2ec2b111644443d27ecdfbde;p=ipfire-3.x.git lsof: Fix build error. Never use any hardcoded path's in DIR_APP! --- diff --git a/lsof/lsof.nm b/lsof/lsof.nm index bff08ab68..356e418c2 100644 --- a/lsof/lsof.nm +++ b/lsof/lsof.nm @@ -5,29 +5,26 @@ name = lsof version = 4.82 -release = 2 +release = 3 groups = Development/Debuggers -url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof +url = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ license = zlib summary = A utility which lists open files on a Linux/UNIX system. description - Lsof stands for LiSt Open Files, and it does just that: \ - it lists information about files that are open by the \ + Lsof stands for LiSt Open Files, and it does just that: + it lists information about files that are open by the processes running on a system. end -source_dl = -sources = %{name}_%{version}_src.tar.gz +thisapp = %{name}_%{version}_src build requires libselinux-devel end - DIR_APP = /usr/src/%{name}_%{version}_src - build LINUX_BASE=/proc \ LSOF_VSTR="2.6.16" \