Skip to content

Commit

Permalink
panoptic: pkgrel++.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Oct 13, 2024
1 parent d63d62d commit d748b8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/panoptic/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=panoptic
pkgver=185.df35a6c
pkgrel=1
pkgrel=2
groups=('blackarch' 'blackarch-automation')
pkgdesc='A tool that automates the process of search and retrieval of content for common log and config files through LFI vulnerability.'
url='https://github.com/lightos/Panoptic'
Expand All @@ -21,7 +21,8 @@ pkgver() {
}

prepare() {
grep -iRl 'python' "$srcdir/panoptic" | xargs sed -i 's|#!.*/usr/bin/python|#!/usr/bin/python2|;s|#!.*/usr/bin/env python$|#!/usr/bin/env python2|'
grep -iRl 'python' "$srcdir/panoptic" |
xargs sed -i 's|#!.*/usr/bin/python|#!/usr/bin/python2|;s|#!.*/usr/bin/env python$|#!/usr/bin/env python2|'
}

package() {
Expand Down

0 comments on commit d748b8a

Please sign in to comment.