mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-02-04 05:24:46 +00:00
fixed indentation
This commit is contained in:
parent
a761f4dd8e
commit
13a691e8aa
2 changed files with 11 additions and 11 deletions
|
|
@ -93,14 +93,14 @@ KEYWORDS="~amd64"
|
|||
BDEPEND="virtual/pandoc"
|
||||
|
||||
src_compile() {
|
||||
cargo_src_compile
|
||||
cargo_src_compile
|
||||
|
||||
pandoc -s -t man doc/hexyl.1.md -o doc/hexyl.1 || die
|
||||
pandoc -s -t man doc/hexyl.1.md -o doc/hexyl.1 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
einstalldocs
|
||||
cargo_src_install
|
||||
einstalldocs
|
||||
|
||||
doman doc/hexyl.1
|
||||
doman doc/hexyl.1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue