Skip to content

Commit b8ea5e3

Browse files
author
Aaron Roller
committed
packaging in current dir necessary for amros AM-498/amros-docker
1 parent 52f2980 commit b8ea5e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian/rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ override_dh_auto_install:
5656
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
5757
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
5858
dh_auto_install
59+
60+
override_dh_builddeb:
61+
# write debian package to current directory
62+
# amros container causes cross-link error when up one directory
63+
dh_builddeb --destdir=.
64+

0 commit comments

Comments
 (0)