diff options
Diffstat (limited to 'homebrew/coreutils/.make.sh-auto')
-rw-r--r-- | homebrew/coreutils/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/coreutils/.make.sh-auto b/homebrew/coreutils/.make.sh-auto new file mode 100644 index 000000000..aa958e764 --- /dev/null +++ b/homebrew/coreutils/.make.sh-auto @@ -0,0 +1,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 |