Commit 427eb27c authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1206 from jam7/update/shh

Change shhmsg.rb and shhopt.rb to install files through CREW_DEST_PREFIX
parents a77a8870 61bcd479
......@@ -3,7 +3,7 @@ require 'package'
class Shhmsg < Package
description 'C-functions for error messages, verbose messages and \'normal\' messages in terminal-based programs.'
homepage 'http://shh.thathost.com/pub-unix/#sshmsg'
version '1.4.2'
version '1.4.2-1'
source_url 'http://shh.thathost.com/pub-unix/files/shhmsg-1.4.2.tar.gz'
source_sha256 '88c69e3f0b920b1ef93f6c10f354786f171d7cb3ab170a463bb9ab8bbf13a02b'
......@@ -17,6 +17,6 @@ class Shhmsg < Package
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "make", "INSTBASEDIR=#{CREW_DEST_PREFIX}", "install"
end
end
......@@ -3,7 +3,7 @@ require 'package'
class Shhopt < Package
description 'C-functions for parsing command line options, both traditional one-character options, and GNU\'ish --long-options.'
homepage 'http://shh.thathost.com/pub-unix/#sshopt'
version '1.1.7'
version '1.1.7-1'
source_url 'http://shh.thathost.com/pub-unix/files/shhopt-1.1.7.tar.gz'
source_sha256 'bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679'
......@@ -17,6 +17,6 @@ class Shhopt < Package
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "make", "INSTBASEDIR=#{CREW_DEST_PREFIX}", "install"
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