summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Elias Dal Zotto2023-06-10 10:27:54 -0300
committerAngelo Elias Dal Zotto2023-06-10 10:27:54 -0300
commite85f0ec45e3aa625a722512c1194b03e609522b7 (patch)
treed4e018f103c3ba2f43dcdb206000c0219ac334ef
parentd8d9ab4587a666070beee5adb9c862ebe34333f1 (diff)
downloadaur-e85f0ec45e3aa625a722512c1194b03e609522b7.tar.gz
update to 1.2.1
-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
}