workaround upstream clean bug
see https://github.com/insomnia-lab/libreant/issues/274
This commit is contained in:
parent
e6ee1d96df
commit
76f5f2e5b3
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -7,3 +7,7 @@ export PYBUILD_NAME = libreant
|
|||
|
||||
override_dh_installinit:
|
||||
dh_installinit --name=libreant
|
||||
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
rm webant/translations/*/LC_MESSAGES/messages.mo
|
||||
|
|
Loading…
Reference in a new issue