From f62e5f8eb47f2662bc23c507a36cfcbe77aad241 Mon Sep 17 00:00:00 2001 From: herrernst Date: Fri, 1 Mar 2013 14:34:12 +0100 Subject: ringojs: skip_clean packages directory Prevent removal of 'packages' dir, it is needed if you want install packages later. Closes #18161. Signed-off-by: Jack Nagel --- Library/Formula/ringojs.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/ringojs.rb b/Library/Formula/ringojs.rb index a10bdeefb..d399bdb0d 100644 --- a/Library/Formula/ringojs.rb +++ b/Library/Formula/ringojs.rb @@ -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['*'] -- cgit v1.2.3