===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
flawfinder-2.0.10/INSTALL.md-81-  `INSTALL_DIR` = prefix, default $(prefix);
flawfinder-2.0.10/INSTALL.md:82:  `INSTALL_DIR_BIN` = program location, default `$(bindir)`;
flawfinder-2.0.10/INSTALL.md:83:  `INSTALL_DIR_MAN` = manual location, default `$(man1dir)`.
flawfinder-2.0.10/INSTALL.md-84-  Note that the default of `INSTALL_DIR_MAN` has changed; at one time
flawfinder-2.0.10/INSTALL.md:85:  it was `$(prefix)/man/man1`, but now it is `$(prefix)/share/man/man1`
flawfinder-2.0.10/INSTALL.md-86-
##############################################
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch-74- 	@echo 'test_007 (setup.py sane)'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:75:-	@test "`$(PYTHON) setup.py --name`" = 'flawfinder'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:76:-	@test "`$(PYTHON) setup.py --license`" = 'GPL-2.0+'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:77:-	@test "`$(PYTHON) setup.py --author`" = 'David A. Wheeler'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:78:+	@test "`$(PYTHON3) setup.py --name`" = 'flawfinder'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:79:+	@test "`$(PYTHON3) setup.py --license`" = 'GPL-2.0+'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch:80:+	@test "`$(PYTHON3) setup.py --author`" = 'David A. Wheeler'
flawfinder-2.0.10/debian/patches/0001-makefile-Drop-python2-invocation.patch-81- 
##############################################
flawfinder-2.0.10/.pc/0001-makefile-Drop-python2-invocation.patch/makefile-179-	@echo 'test_007 (setup.py sane)'
flawfinder-2.0.10/.pc/0001-makefile-Drop-python2-invocation.patch/makefile:180:	@test "`$(PYTHON) setup.py --name`" = 'flawfinder'
flawfinder-2.0.10/.pc/0001-makefile-Drop-python2-invocation.patch/makefile:181:	@test "`$(PYTHON) setup.py --license`" = 'GPL-2.0+'
flawfinder-2.0.10/.pc/0001-makefile-Drop-python2-invocation.patch/makefile:182:	@test "`$(PYTHON) setup.py --author`" = 'David A. Wheeler'
flawfinder-2.0.10/.pc/0001-makefile-Drop-python2-invocation.patch/makefile-183-
##############################################
flawfinder-2.0.10/makefile-177-	@echo 'test_007 (setup.py sane)'
flawfinder-2.0.10/makefile:178:	@test "`$(PYTHON3) setup.py --name`" = 'flawfinder'
flawfinder-2.0.10/makefile:179:	@test "`$(PYTHON3) setup.py --license`" = 'GPL-2.0+'
flawfinder-2.0.10/makefile:180:	@test "`$(PYTHON3) setup.py --author`" = 'David A. Wheeler'
flawfinder-2.0.10/makefile-181-