Skip to content

Proper cleaning during deb package build

Jednotné přihlášení test requested to merge github/fork/zlamalp/make into master

Created by: zlamalp

  • Clean both tar.xz and tar.gz during build since both of them can be created depending on OS (Ubuntu/Debian).
  • Using force "rm -f" since we don't want to fail if other OS is used.

Merge request reports