summaryrefslogtreecommitdiffstats
path: root/archive/zoo/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'archive/zoo/INSTALL')
-rwxr-xr-xarchive/zoo/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/archive/zoo/INSTALL b/archive/zoo/INSTALL
new file mode 100755
index 0000000000..6a9275b366
--- /dev/null
+++ b/archive/zoo/INSTALL
@@ -0,0 +1,5 @@
+ # adapted from the .spec file provided with the source RPM
+ install -m 755 -s fiz ${INSTALL_ROOT}/usr/bin/fiz
+ install -m 755 -s zoo ${INSTALL_ROOT}/usr/bin/zoo
+ install -m 644 fiz.1 ${INSTALL_ROOT}/usr/man/man1/fiz.1
+ install -m 644 zoo.1 ${INSTALL_ROOT}/usr/man/man1/zoo.1