bring back rm -rf

This commit is contained in:
Sylvestre Ledru 2021-09-01 21:28:12 +02:00
parent 0b8dd2ed86
commit 7b243bb50c

2
debian/rules vendored
View File

@ -783,7 +783,7 @@ endif
# Delete the target build directory to save some space on the build systems
# All the files have been installed in $(CURDIR)/debian/tmp/ already
# rm -rf $(TARGET_BUILD)
rm -rf $(TARGET_BUILD)
override_dh_makeshlibs: