diff options
| author | 2021-02-03 19:33:41 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:33:41 -0500 | |
| commit | 494d89b8620f90acf90d6e166b0b7b9d6953db31 (patch) | |
| tree | 0357aa569ef103e954d8c1e35ebccb84452e6fbb /debian/rules | |
| parent | 44c758764bffa8f4a1a8ca4c1473a04b0af4d0d2 (diff) | |
d/rules: Remove extra license files.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1d80fde..fc3d932 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,9 @@ override_dh_bash-completion: override_dh_auto_install: dh_auto_install # Remove copy of licenses - find debian/nikola/usr/lib -name "MIT-LICENSE.txt" -type f -exec rm {} + + find debian/nikola -name "MIT-LICENSE.txt" -type f -exec rm {} + find debian/nikola -name "LICENSE.txt" -type f -exec rm {} + + find debian/nikola -name "LICENSE" -type f -exec rm {} + # Drop wrong permission find debian/nikola/usr/lib -perm /a+x -type f -exec chmod -x {} + |
