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 81db14a9d..13d556472 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -52,6 +52,7 @@ override_dh_install: | |||
52 | # Remove files already present in libtalerexchange from main taler-exchange package | 52 | # Remove files already present in libtalerexchange from main taler-exchange package |
53 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \; | 53 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \; |
54 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-exchange/{} \; | 54 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-exchange/{} \; |
55 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-auditor/{} \; | ||
55 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerexchange/{} \; | 56 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerexchange/{} \; |
56 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \; | 57 | cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \; |
57 | cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \; | 58 | cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \; |