diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2012-08-12 13:27:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-12 13:27:23 -0500 |
commit | 16b6e015b2d796ae4c400df5322065edc7ab9d45 (patch) | |
tree | 7e64daa1a71859e7014315da371a99f55cc32a88 /system/heirloom-pax/makefile.patch | |
parent | dd0762e7bbc71f4e9f2b166aec1b8260eef3a2b1 (diff) | |
download | slackbuilds-16b6e015b2d796ae4c400df5322065edc7ab9d45.tar.gz |
system/heirloom-pax: Added (POSIX standard archiver)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/heirloom-pax/makefile.patch')
-rw-r--r-- | system/heirloom-pax/makefile.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/heirloom-pax/makefile.patch b/system/heirloom-pax/makefile.patch new file mode 100644 index 0000000000..b0a33c1fc2 --- /dev/null +++ b/system/heirloom-pax/makefile.patch @@ -0,0 +1,25 @@ +--- makefile.original ++++ makefile +@@ -1,21 +1,6 @@ + SHELL = /bin/sh + +-SUBDIRS = build libwchar libcommon libuxre _install \ +- banner basename bc bdiff bfs \ +- cal calendar cat chmod chown \ +- cksum cmp col comm copy cp cpio csplit cut \ +- date dc dd deroff diff diff3 dircmp dirname df du \ +- echo ed env expand expr \ +- factor file find fmt fmtmsg fold \ +- getconf getopt grep groups hd head hostname id join \ +- kill line listusers ln logins logname ls \ +- mail man mesg mkdir mkfifo mknod more mvdir \ +- nawk news nice nl nohup oawk od \ +- paste pathchk pg pgrep pr printenv printf priocntl ps psrinfo pwd \ +- random renice rm rmdir \ +- sdiff sed setpgrp shl sleep sort spell split stty su sum sync \ +- tabs tail tapecntl tar tcopy tee test time touch tr true tsort tty \ +- ul uname uniq units users wc what who whoami whodo xargs yes ++SUBDIRS = build libcommon libuxre cpio + + dummy: makefiles all + |