summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c16f0e1572d..679f414767b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,6 @@ build() {
}
package() {
- cd "$_pkgroot-$pkgver/$_pkgname"
+ cd "$_pkgroot-$pkgver"
python -m installer --destdir="$pkgdir" --prefix="/opt/ros/humble" dist/*.whl
}