We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f2980 commit b8ea5e3Copy full SHA for b8ea5e3
debian/rules
@@ -56,3 +56,9 @@ override_dh_auto_install:
56
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
57
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
58
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