commit 0e115d5a4a5b100ec89fb14e9c11b3ebc2e40893
parent 66c950c020f3dd585f13c24476f369443957880f
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 27 Jan 2021 10:02:43 +0100
deconflict packages
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
@@ -38,5 +38,6 @@ override_dh_install:
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerexchange/{} \;
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \;
cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \;
- cd debian/libtalerexchange; find . -type f,l -exec rm -f ../taler-exchange/{} \;
+ cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerexchange/{} \;
cd debian/taler-auditor; find . -type f,l -exec rm -f ../taler-exchange/{} \;
+ cd debian/libtalerexchange; find . -type f,l -exec rm -f ../taler-exchange/{} \;