fix libtalerauditordb.so being in exchange-dev and taler-auditor packages
This commit is contained in:
parent
a3f4464564
commit
4b9ae0bb93
1
debian/rules
vendored
1
debian/rules
vendored
@ -52,6 +52,7 @@ override_dh_install:
|
||||
# Remove files already present in libtalerexchange from main taler-exchange package
|
||||
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 ../taler-auditor/{} \;
|
||||
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/{} \;
|
||||
|
Loading…
Reference in New Issue
Block a user