Minor tweaks

- Remove credits because they are not longer required
- Install man pages by default
This commit is contained in:
deltax 2018-03-13 22:40:33 +01:00 committed by GitHub
parent 0de729a680
commit a5de81c5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -63,4 +63,4 @@ exec bash fluxion.sh "\${@}"
EOF
chmod a+x "$pkgdir/usr/bin/fluxion"
}
}