summaryrefslogtreecommitdiffstats
path: root/archive/ncompress/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'archive/ncompress/INSTALL')
-rwxr-xr-xarchive/ncompress/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/archive/ncompress/INSTALL b/archive/ncompress/INSTALL
new file mode 100755
index 0000000000..be405f07fa
--- /dev/null
+++ b/archive/ncompress/INSTALL
@@ -0,0 +1,9 @@
+cp -f compress $INSTALL_ROOT/usr/bin/compress.real &&
+cp -f zcmp $INSTALL_ROOT/usr/bin/zcmp.real &&
+cp -f zdiff $INSTALL_ROOT/usr/bin/zdiff.real &&
+cp -f zmore $INSTALL_ROOT/usr/bin/zmore.real &&
+cp -f compress.1 $INSTALL_ROOT/usr/man/man1/compress.real.1 &&
+cp -f zcmp.1 $INSTALL_ROOT/usr/man/man1/zcmp.real.1 &&
+cp -f zmore.1 $INSTALL_ROOT/usr/man/man1/zmore.real.1 &&
+ln -fs $INSTALL_ROOT/usr/bin/compress.real $INSTALL_ROOT/usr/bin/uncompress.real
+