commit 86e829a1e027e7bc7088d73a8fdfdb273111d3ab
parent b14a7e29e2dae1b27c5202122f1346e09081170c
Author: sin <sin@2f30.org>
Date: Wed, 21 May 2014 12:41:43 +0100
Add symlink for cpio and install manpages
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pax/mkfile b/pax/mkfile
@@ -3,7 +3,10 @@ pax_OBJ = ar_io.o ar_subs.o buf_subs.o cache.o cpio.o file_subs.o ftree.o \
gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o \
tar.o tty_subs.o
INSTALL_BIN = pax
-INSTALL_SYMLINK = pax /bin/tar
+INSTALL_SYMLINK = \
+ pax /bin/tar \
+ pax /bin/cpio
+INSTALL_MAN1 = pax.1 tar.1 cpio.1
DEPS = libcommon
<$mkbuild/mk.default