diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 171cc8936..5f9243119 100755 --- a/debian/rules +++ b/debian/rules @@ -40,4 +40,5 @@ override_dh_install: cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \; 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/taler-exchange-database; find . -type f,l -exec rm -f ../taler-exchange/{} \; cd debian/libtalerexchange; find . -type f,l -exec rm -f ../taler-exchange/{} \; |