diff options
| -rw-r--r-- | Library/Formula/jpeg.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb index ccab9c314..82b976294 100644 --- a/Library/Formula/jpeg.rb +++ b/Library/Formula/jpeg.rb @@ -4,6 +4,8 @@ class Jpeg <Formula @url='http://www.ijg.org/files/jpegsrc.v7.tar.gz' @md5='382ef33b339c299b56baf1296cda9785' @homepage='http://www.ijg.org' + + aka :libjpeg, :libjpg def install system "./configure", "--prefix=#{prefix}" |
