diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-27 10:02:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-27 10:02:43 +0100 |
commit | 0e115d5a4a5b100ec89fb14e9c11b3ebc2e40893 (patch) | |
tree | 42ed1e2afa27208c62699b0296a2d2a702874c36 /debian/rules | |
parent | 66c950c020f3dd585f13c24476f369443957880f (diff) |
deconflict packages
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 990191817..171cc8936 100755 --- 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/{} \; |