Minor tweaks
- Remove credits because they are not longer required - Install man pages by default
This commit is contained in:
parent
0de729a680
commit
a5de81c5b0
|
@ -50,7 +50,7 @@ package() {
|
|||
mkdir -p "$pkgdir/usr/share/fluxion"
|
||||
|
||||
install -Dm644 -t "$pkgdir/usr/share/doc/fluxion/" README.md
|
||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/airgeddon/LICENSE"
|
||||
install -Dm644 -t "$pkgdir/usr/local/man/man1/" docs/man/fluxion.1
|
||||
|
||||
rm -rf *.md .git* *.yml .project .editorconfig
|
||||
|
||||
|
|
Loading…
Reference in New Issue