Skip to content

Commit 277c9ba

Browse files
author
Aaron Roller
committed
deploy: debian rules syntax AM-772/deploy_cuda
1 parent c5bf123 commit 277c9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ override_dh_shlibdeps:
4747
# In case we're installing to a non-standard location, look for a setup.sh
4848
# in the install tree that was dropped by catkin, and source it. It will
4949
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
50-
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
5150
# ignore dependency checking since opencv4 comes with Nvidia NX
51+
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
5252
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
5353

5454
override_dh_auto_install:

0 commit comments

Comments
 (0)