summaryrefslogtreecommitdiff
path: root/homebrew/coreutils/.make.sh-auto
blob: aa958e764a198cb6ce24e0ff742f8f1115f5760f (plain)
1
2
3
4
5
6
pkg:setup
args = %W[--prefix=#{prefix} --program-prefix=g --without-gmp ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install
coreutils_filenames(bin).each do |cmd|
(libexec/"gnubin").install_symlink bin/"g#{cmd}" => cmd