Correct installation of missing files by removing build logic.

Fri, 16 Jan 2009 22:40:11 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2009 22:40:11 +0100
changeset 103
35f0b90c0457
parent 102
8db7071256b6
child 104
f7e721f8feae

Correct installation of missing files by removing build logic.

nessus-tool/nessus-tool.spec file | annotate | diff | comparison | revisions
     1.1 --- a/nessus-tool/nessus-tool.spec	Fri Jan 16 22:39:09 2009 +0100
     1.2 +++ b/nessus-tool/nessus-tool.spec	Fri Jan 16 22:40:11 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Monitoring
     1.5  License:      GPL
     1.6  Version:      2.2.11
     1.7 -Release:      20081120
     1.8 +Release:      20090106
     1.9  
    1.10  #   package options
    1.11  %option       with_fsl  yes
    1.12 @@ -86,6 +86,10 @@
    1.13      %setup -q -c
    1.14      %setup -q -T -D -a 1
    1.15      %patch -p0
    1.16 +    %{l_shtool} subst \
    1.17 +        -e 's;\(for scripts in scripts/\*\.nasl\) scripts/\*\.nbin;\1;' \
    1.18 +        -e 's;\(for scripts in scripts/\*\.inc\) scripts/\*\.nlib;\1;' \
    1.19 +        nessus-plugins/Makefile
    1.20  
    1.21  %build
    1.22      #   build nessus-core part

mercurial