Fix case of README.Debian.
The 'Debian' part is capitalized, using the lowercase variant breaks on case-sensitive volumes.master
parent
87468c842d
commit
990237b7d3
|
@ -11,7 +11,7 @@ class Unp <Formula
|
|||
bin.install %w[unp ucat]
|
||||
man1.install "debian/unp.1"
|
||||
|
||||
FileUtils.mv 'debian/README.debian', 'README'
|
||||
FileUtils.mv 'debian/README.Debian', 'README'
|
||||
FileUtils.mv 'debian/copyright', 'COPYING'
|
||||
FileUtils.mv 'debian/changelog', 'ChangeLog'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue