Skip to content

Commit

Permalink
Merge pull request #61 from l29ah/master
Browse files Browse the repository at this point in the history
games-roguelike/cataclysm-dda-9999: Doc installation fixed.

Accidental duplication of documentation removal has been fixed. Likewise, installation of the
"CONTRIBUTING.md" documentation (removed by upstream) has also been fixed.

Thanks to l29ah for his valiant volunteerism!
  • Loading branch information
leycec authored Jul 17, 2017
2 parents 17c506e + 9623b0e commit 9cfda2c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions games-roguelike/cataclysm-dda/cataclysm-dda-9999-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,6 @@ src_install() {
rm doc/LOADING_ORDER.md
cp data/json/LOADING_ORDER.md doc/

# Replace a symbolic link in the documentation directory to be installed
# below with the physical target file of that link. These operations are
# non-essential to the execution of installed binaries and are thus
# intentionally *NOT* suffixed by "|| die 'cp failed.'"-driven protection.
rm doc/LOADING_ORDER.md
cp data/json/LOADING_ORDER.md doc/

# Recursively install all available documentation.
dodoc -r CONTRIBUTING.md README.md doc/*
dodoc -r README.md doc/*
}

0 comments on commit 9cfda2c

Please sign in to comment.