unp: remove extra spaces (#3936)
This commit is contained in:
parent
09962f5859
commit
dc90118fdc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Unp < Formula
|
|||
bin.install %w[unp ucat]
|
||||
man1.install "debian/unp.1"
|
||||
bash_completion.install "bash_completion.d/unp"
|
||||
%w[ COPYING CHANGELOG ].each { |f| rm f }
|
||||
%w[COPYING CHANGELOG].each { |f| rm f }
|
||||
mv "debian/README.Debian", "README"
|
||||
mv "debian/copyright", "COPYING"
|
||||
mv "debian/changelog", "ChangeLog"
|
||||
|
|
Loading…
Reference in a new issue