mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 06:49:44 +01:00
indigo: fix the call to clear-ros-env.sh.
This commit is contained in:
parent
9b7548e0d4
commit
9a35aea6ea
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -25,7 +25,7 @@ md5sums=('SKIP')
|
|||
|
||||
build() {
|
||||
# Use ROS environment variables
|
||||
/usr/share/ros-build-tools/clear-ros-env.sh
|
||||
source /usr/share/ros-build-tools/clear-ros-env.sh
|
||||
[ -f /opt/ros/indigo/setup.bash ] && source /opt/ros/indigo/setup.bash
|
||||
|
||||
# Create build directory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue