Commit 6f21cc88 authored by Don Harper's avatar Don Harper

Adjusting commit to support PR #1688

fish - added --prefix line
eudev - actually rev the package

[Ticket: #1688 ]
parent 1228dcf9
......@@ -12,8 +12,6 @@ class Eudev < Package
binary_sha256 ({
})
depends_on 'util_linux'
depends_on 'automake'
depends_on 'libxslt'
depends_on 'libtool'
depends_on 'gperf'
......
......@@ -15,7 +15,7 @@ class Fish < Package
depends_on 'ncurses'
def self.build
system "./configure"
system "./configure", "--prefix=#{CREW_PREFIX}"
system "make"
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