From 98647f90eab93c4994ef81c2091052b132627687 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Mon, 16 Jun 2014 18:38:34 -0300 Subject: Remove copy of MIT license --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6f07e5e..a895996 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,9 @@ override_dh_bash-completion: override_dh_auto_install: dh_auto_install - # Remove a copy of mit license + # Remove copy of licenses find debian/nikola/usr/lib -name "MIT-LICENSE.txt" -type f -exec rm {} + + find debian/nikola -name "LICENSE.txt" -type f -exec rm {} + # Drop wrong permission find debian/nikola/usr/lib -perm /a+x -type f -exec chmod -x {} + -- cgit v1.2.3