diff options
Diffstat (limited to 'homebrew/utillinux/.make.sh-auto')
-rw-r--r-- | homebrew/utillinux/.make.sh-auto | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/homebrew/utillinux/.make.sh-auto b/homebrew/utillinux/.make.sh-auto new file mode 100644 index 000000000..e404ed4a9 --- /dev/null +++ b/homebrew/utillinux/.make.sh-auto @@ -0,0 +1,13 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --disable-silent-rules --disable-ipcs +"--disable-ipcrm", +"--disable-wall", +"--disable-libuuid", +"--disable-libsmartcols" +make DESTDIR=${PKG_DEST} install +%w[cal col colcrt colrm getopt hexdump logger nologin look mesg more renice rev ul whereis].each do |prog| +rm_f bin/prog +rm_f sbin/prog +rm_f man1/"#{prog}.1" +rm_f man8/"#{prog}.8" +rm_f share/"bash-completion/completions/#{prog}" |