]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
lsof: Fix build error.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 2 Mar 2012 15:07:43 +0000 (16:07 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 2 Mar 2012 15:07:43 +0000 (16:07 +0100)
Never use any hardcoded path's in DIR_APP!

lsof/lsof.nm

index bff08ab68a2e33afddc60b856c2bad2f030b8768..356e418c2b251e66b8529a866efb707da75d1857 100644 (file)
@@ -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" \