diff options
| author | Adam Vandenberg | 2013-06-11 10:02:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-11 10:02:33 -0700 |
| commit | a382dc47225c77743bd1623c2807898fcfc67c5d (patch) | |
| tree | f58314ff6d07b431c48fe18402a7473bda0b585b /Library/Formula | |
| parent | d5ca203097648da43c4cefa9db69c25b5d37bc65 (diff) | |
| download | homebrew-a382dc47225c77743bd1623c2807898fcfc67c5d.tar.bz2 | |
sqlite: style nit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 15de8317d..eb6b3e3be 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -42,7 +42,7 @@ class Sqlite < Formula system "make install" if build.with? "functions" - SqliteFunctions.new.brew { mv 'extension-functions.c', buildpath/'extension-functions.c' } + SqliteFunctions.new.brew { buildpath.install 'extension-functions.c' } system ENV.cc, "-fno-common", "-dynamiclib", "extension-functions.c", |
