Change ed.rb to strip binary

parent 138b3f87
require 'package' require 'package'
class Ed < Package class Ed < Package
version '1.14.2' version '1.14.2-1'
source_url 'http://ftpmirror.gnu.org/ed/ed-1.14.2.tar.lz' source_url 'http://ftpmirror.gnu.org/ed/ed-1.14.2.tar.lz'
source_sha1 '3e8aa331ffbc929884107ff3f8fbd76d01252277' source_sha1 '3e8aa331ffbc929884107ff3f8fbd76d01252277'
...@@ -14,7 +14,7 @@ class Ed < Package ...@@ -14,7 +14,7 @@ class Ed < Package
end end
def self.install def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}", "install-strip"
end end
def self.check def self.check
......
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