diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 13:23:41 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-29 13:23:41 +0100 |
commit | 5e2caf487417befe481fd9225ed4a3e25e3cfd48 (patch) | |
tree | bdafbe764b7848ac8dd9bdec5917f8a8f237cf9f /sci-misc | |
parent | sci-misc/jwnl: version bump 1.4_rc2, EAPI bump (diff) | |
download | sci-5e2caf487417befe481fd9225ed4a3e25e3cfd48.tar.gz sci-5e2caf487417befe481fd9225ed4a3e25e3cfd48.tar.bz2 sci-5e2caf487417befe481fd9225ed4a3e25e3cfd48.zip |
sci-misc/jwnl: fix install location of config xml files
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/jwnl/jwnl-1.4_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild index 6a25eede5..ee4be9427 100644 --- a/sci-misc/jwnl/jwnl-1.4_rc2.ebuild +++ b/sci-misc/jwnl/jwnl-1.4_rc2.ebuild @@ -43,6 +43,6 @@ src_compile() { src_install() { java-pkg_dojar ${PN}.jar insinto /usr/share/${PN} - doins -r sql config/* + doins -r sql config dodoc changes.txt } |