summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpat2024-03-04 15:02:26 +0100
committerpat2024-03-04 15:02:26 +0100
commit0737ccd70ad69d4455ef89038915af3cf9936115 (patch)
tree6e271abbb0168430560ac7b326ea48750589f9bf
parent2a9f1988dfb714cbdb13c6b2d85be884b9c107a2 (diff)
downloadaur-0737ccd70ad69d4455ef89038915af3cf9936115.tar.gz
fix correct path
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3bf1ec37bf0..7ec1080c4947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,8 +33,8 @@ package() {
# copy original files
mkdir -p "$pkgdir"/usr/lib/patrjprof
cp -t "$pkgdir"/usr/lib/patrjprof \
- patr-java-profiler-agent/target/patr-java-profiler-agent-$VERSION-jar-with-dependencies.jar \
- patr-java-profiler-bootstrap/target/patr-java-profiler-bootstrap-$VERSION.jar
+ patr-java-profiler-agent-$VERSION-jar-with-dependencies.jar \
+ patr-java-profiler-bootstrap-$VERSION.jar
# create symlink of agent/bootstrap without version/version-with-deps appendix
ln -sT patr-java-profiler-agent-$VERSION-jar-with-dependencies.jar "$pkgdir"/usr/lib/patrjprof/patr-java-profiler-agent-jar-with-dependencies.jar