Skip to content

Commit

Permalink
ringojs: skip_clean packages directory
Browse files Browse the repository at this point in the history
Prevent removal of 'packages' dir, it is needed if you want install
packages later.

Closes Homebrew/legacy-homebrew#18161.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
herrernst authored and jacknagel committed Mar 3, 2013
1 parent 7304119 commit 07d06fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/ringojs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class Ringojs < Formula
url 'http://ringojs.org/downloads/ringojs-0.9.tar.gz'
sha1 '1b0b7efcad323d5dd7ce3b1dbdfc079914e8713a'

skip_clean 'libexec/packages'

def install
rm Dir['bin/*.cmd']
libexec.install Dir['*']
Expand Down

0 comments on commit 07d06fd

Please sign in to comment.