Skip to content

Commit

Permalink
app-text/pdftk: Fix classpath issue via better wrapper params
Browse files Browse the repository at this point in the history
Closes: https://gitlab.com/pdftk-java/pdftk/issues/7
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
akhuettel committed Sep 5, 2018
1 parent e276088 commit 1c11a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-text/pdftk/pdftk-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ DEPEND="

src_install() {
java-pkg_newjar "build/jar/pdftk.jar"
java-pkg_dolauncher
java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk
}
2 changes: 1 addition & 1 deletion app-text/pdftk/pdftk-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ DEPEND="

src_install() {
java-pkg_newjar "build/jar/pdftk.jar"
java-pkg_dolauncher
java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk
}

0 comments on commit 1c11a30

Please sign in to comment.