summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimon Engelke2018-09-11 12:59:49 +0200
committerTimon Engelke2018-09-11 12:59:49 +0200
commitf2e9e5c307ce534e11109d6f9150f2b14939db07 (patch)
tree2eca4767c173eb80ac25f7f5c5aa9969dd4b865b
parent800b43ef6cf8a35f80c97a1a3bcb6b57c88df08a (diff)
downloadaur-f2e9e5c307ce534e11109d6f9150f2b14939db07.tar.gz
Fix python2/3 conflict
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ff9fe5032e2..dcf6d17c95b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ build() {
cd ${srcdir}/build
# Fix Python2/Python3 conflicts
- /usr/share/ros-build-tools/fix-python-scripts.sh -v 2 ${srcdir}/${_dir}
+ /usr/share/ros-build-tools/fix-python-scripts.sh -v 3 ${srcdir}/${_dir}
# Build project
cmake ${srcdir}/${_dir} \