Commit 16aedd68 authored by Don Harper's avatar Don Harper

Removed call to autogen.sh to remove the scary warning about being a development version

parent b724fcf7
...@@ -22,7 +22,6 @@ class Gnupg < Package ...@@ -22,7 +22,6 @@ class Gnupg < Package
depends_on 'gettext' depends_on 'gettext'
def self.build def self.build
system './autogen.sh'
system './configure', system './configure',
"--prefix=#{CREW_PREFIX}", "--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}" "--libdir=#{CREW_LIB_PREFIX}"
......
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