Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 521884
Collapse All | Expand All

(-)nikto-2.1.5.ebuild (-7 / +6 lines)
Line 48 Link Here
48
      NIKTO_PMS="LW2.pm JSON-PP.pm"
48
      NIKTO_PMS='JSON-PP.pm'
49
--
Lines 50-51 Link Here
50
      for pm in ${NIKTO_PMS}; do
50
      for _PM in ${NIKTO_PMS}; do
51
              dosym /usr/share/nikto/plugins/${pm} ${VENDOR_LIB}/${pm}
51
      _TARGET=${VENDOR_LIB}/${_PM}
52
--
52
      [[ ! -L ${_TARGET} ]] && \
53
          dosym /usr/share/nikto/plugins/${_PM} ${_TARGET}
Line 53 Link Here
53
      unset ${NIKTO_PMS}
55
      unset ${NIKTO_PMS} $target
54
--

Return to bug 521884