forked from pool/javapackages-tools
f350fb4129
* various bugfixes for maven tooling * introduction to gradle-local package for gradle packaging OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=29
16 lines
681 B
Diff
16 lines
681 B
Diff
Index: javapackages-4.6.0/install
|
|
===================================================================
|
|
--- javapackages-4.6.0.orig/install
|
|
+++ javapackages-4.6.0/install
|
|
@@ -127,8 +127,8 @@ inst_data java-utils/maven_depmap.py "${
|
|
inst_data java-utils/pom_editor.py "${javadir}-utils"
|
|
inst_data java-utils/request-artifact.py "${javadir}-utils"
|
|
|
|
-inst_data target/macros.jpackage "${rpmconfigdir}/macros.d"
|
|
-inst_data target/macros.fjava "${rpmconfigdir}/macros.d"
|
|
+inst_data target/macros.jpackage "${rpmconfigdir}"
|
|
+inst_data target/macros.fjava "${rpmconfigdir}"
|
|
|
|
inst_data target/build-classpath.1 "${mandir}/man1"
|
|
inst_data target/build-jar-repository.1 "${mandir}/man1"
|