From 1ada4d1ac2d56ef49e645254dd7dbb149600200e Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 1 May 2017 22:56:05 +0200 Subject: Correct dh_auto_install --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 18ef0551..9877131b 100755 --- a/debian/rules +++ b/debian/rules @@ -25,5 +25,5 @@ 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 --with=python3 --builddirectory=build + dh_auto_install --builddirectory=build -- cgit v1.2.3