Skip to content

Commit

Permalink
remove explicit skip_clean of libexec
Browse files Browse the repository at this point in the history
libexec is now exempt from cleaning
  • Loading branch information
adamv committed Sep 27, 2014
1 parent 5cd606b commit f409b88
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions Formula/apache-forrest.rb
Expand Up @@ -10,12 +10,6 @@ class ApacheForrest < Formula
sha1 '10a4442d46baeadd3ba3377ed29ed694c86ece25'
end

# Prevent deletion of intentionally-empty subdirs inside of
# template directories:
skip_clean "libexec/main/template-sites",
"libexec/main/fresh-site",
"libexec/plugins/pluginTemplate"

def install
libexec.install Dir['*']
bin.install_symlink "#{libexec}/bin/forrest"
Expand Down
3 changes: 0 additions & 3 deletions Formula/glassfish.rb
Expand Up @@ -5,9 +5,6 @@ class Glassfish < Formula
url 'http://download.java.net/glassfish/4.0/release/glassfish-4.0.zip'
sha1 'daca9808d80df35b26cd9545a84e8324ed34fe7e'

# To keep empty folders around
skip_clean 'libexec'

def install
rm_rf Dir['bin/*.bat']
libexec.install Dir["*"]
Expand Down
2 changes: 0 additions & 2 deletions Formula/ringojs.rb
Expand Up @@ -5,8 +5,6 @@ class Ringojs < Formula
url 'http://ringojs.org/downloads/ringojs-0.10.tar.gz'
sha1 'e8ca13e23ab757f1e52132a1357a59b107318e91'

skip_clean 'libexec/packages'

def install
rm Dir['bin/*.cmd']
libexec.install Dir['*']
Expand Down
2 changes: 0 additions & 2 deletions Formula/scm-manager.rb
Expand Up @@ -6,8 +6,6 @@ class ScmManager < Formula
version '1.39'
sha1 'f0b6f6999db62480378b3f6d7ab57170af625b05'

skip_clean 'libexec/var/log'

resource 'client' do
url 'http://maven.scm-manager.org/nexus/content/repositories/releases/sonia/scm/clients/scm-cli-client/1.39/scm-cli-client-1.39-jar-with-dependencies.jar'
sha1 '2ee4c1d8275c38281ce1311795ebab50bc493eb4'
Expand Down
3 changes: 0 additions & 3 deletions Formula/tomcat.rb
Expand Up @@ -20,9 +20,6 @@ class Tomcat < Formula
sha1 "e65aa4e03c91479aecfcaf21a5e4d99449706d3b"
end

# Keep log folders
skip_clean 'libexec'

def install
# Remove Windows scripts
rm_rf Dir['bin/*.bat']
Expand Down
3 changes: 0 additions & 3 deletions Formula/tomee-jax-rs.rb
Expand Up @@ -6,9 +6,6 @@ class TomeeJaxRs < Formula
version '1.6.0.2'
sha1 '53e438f72edb455f4d01464d2e00855fa055ad6b'

# Keep log folders
skip_clean 'libexec'

def install
# Remove Windows scripts
rm_rf Dir['bin/*.bat']
Expand Down
3 changes: 0 additions & 3 deletions Formula/tomee-plus.rb
Expand Up @@ -6,9 +6,6 @@ class TomeePlus < Formula
version '1.6.0.2'
sha1 '11b605f2da94fbc2bc571e62578c1599c2a4a789'

# Keep log folders
skip_clean 'libexec'

def install
# Remove Windows scripts
rm_rf Dir['bin/*.bat']
Expand Down
3 changes: 0 additions & 3 deletions Formula/tomee-webprofile.rb
Expand Up @@ -6,9 +6,6 @@ class TomeeWebprofile < Formula
version '1.6.0.2'
sha1 'd68cdc7a21c8e2286140fc8e73c4192a3018c018'

# Keep log folders
skip_clean 'libexec'

def install
# Remove Windows scripts
rm_rf Dir['bin/*.bat']
Expand Down
2 changes: 0 additions & 2 deletions Formula/voldemort.rb
Expand Up @@ -7,8 +7,6 @@ class Voldemort < Formula

depends_on :ant => :build

skip_clean 'libexec/config'

def install
system "ant"
libexec.install %w(bin lib dist contrib)
Expand Down

0 comments on commit f409b88

Please sign in to comment.