Skip to content

Commit 0eb8794

Browse files
committed
nemo-python: override dh_auto_install so it actually installs
something. Without this, the resulting package was empty.
1 parent d0ae614 commit 0eb8794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nemo-python/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ override_dh_auto_configure:
1010

1111
# Don't generate a shlibs file for the plugin
1212
override_dh_makeshlibs:
13+
14+
override_dh_auto_install:
15+
DESTDIR=${CURDIR}/debian/python-nemo \
16+
ninja -C obj-$(DEB_HOST_MULTIARCH) install

0 commit comments

Comments
 (0)