Commit 32a5c9fe authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Remove libtool line

parent 3bbc12d4
...@@ -19,6 +19,5 @@ class Httpd < Package ...@@ -19,6 +19,5 @@ class Httpd < Package
def self.install def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "libtool --finish #{CREW_DEST_DIR}#{CREW_PREFIX}/apache2/modules"
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment