mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 19:02:29 +01:00
indigo: fix the call to clear-ros-env.sh.
This commit is contained in:
parent
23271dfa54
commit
23e45a731d
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -24,7 +24,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