Fix case of README.Debian.

The 'Debian' part is capitalized, using the lowercase variant breaks on
case-sensitive volumes.
master
Martin Kuehl 2009-12-16 14:23:08 +01:00 committed by Max Howell
parent 87468c842d
commit 990237b7d3
1 changed files with 1 additions and 1 deletions

View File

@ -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