foremost: match new etc.install default naming.

master
Mike McQuaid 2013-10-07 15:16:05 +01:00
parent d16c99de96
commit fb28f61155
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ class Foremost < Formula
bin.install "foremost"
man8.install "foremost.8.gz"
etc.install "foremost.conf" => "foremost.conf.sample"
etc.install "foremost.conf" => "foremost.conf.default"
end
end