diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-25 21:16:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-25 21:16:27 +0100 |
commit | 04de6bcbb44c5ee4ab5a75190b6fa09b3ecc7dd7 (patch) | |
tree | c9d5b6232de512fd06a41aacdc1205cc9a43691f /debian/rules | |
parent | 4ec89f270b39a5d4208e5b3b56e80d4ae4879b24 (diff) |
file or linK
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 472729770..990191817 100755 --- a/debian/rules +++ b/debian/rules @@ -33,10 +33,10 @@ override_dh_auto_clean: # Remove files already present in libtalerexchange from main taler-exchange package override_dh_install: dh_install - cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerauditor/{} \; - cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../taler-exchange/{} \; - cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerexchange/{} \; - cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerauditor/{} \; - cd debian/taler-auditor; find . -type f -exec rm -f ../libtalerauditor/{} \; - cd debian/libtalerexchange; find . -type f -exec rm -f ../taler-exchange/{} \; - cd debian/taler-auditor; find . -type f -exec rm -f ../taler-exchange/{} \; + cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \; + cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-exchange/{} \; + 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 ../taler-exchange/{} \; |