From 318ec700b330aaf722f19626647fe0a56375cd9d Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sat, 29 Apr 2017 20:18:39 +0200 Subject: Correctly install GudhUI binary. --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1fbde238..124fae7b 100755 --- a/debian/rules +++ b/debian/rules @@ -22,5 +22,6 @@ override_dh_auto_build: override_dh_auto_install: find build/example -executable -type f -exec sh -c 'install -D $$0 debian/tmp/usr/bin/libgudhi-example-$$(basename $$0)' {} \; find example -type f \( -name '*.cpp' -o \( -name '*.txt' -a ! -iname 'cmake*' \) \) -exec sh -c 'install -D -m 644 $$0 debian/tmp/usr/share/doc/libgudhi-examples/$$0' {} \; + install -D build/GudhUI/GudhUI debian/tmp/usr/bin/gudhui dh_auto_install -- cgit v1.2.3