summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/inn/pkg/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/pkg/INSTALL b/news/inn/pkg/INSTALL
index 774a791d7e2..25522ff6809 100644
--- a/news/inn/pkg/INSTALL
+++ b/news/inn/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.4 2001/03/01 19:07:53 jlam Exp $
+# $NetBSD: INSTALL,v 1.5 2001/04/09 08:06:11 hubertf Exp $
if [ "$2" != "POST-INSTALL" ]; then
exit 0
@@ -30,7 +30,7 @@ ETC="actsync.cfg actsync.ign buffindexed.conf control.ctl cycbuff.conf distrib.p
for FILE in $ETC; do
if [ ! -f @@INN_DATA_DIR@@/etc/$FILE ]; then
- install -c -o news -g news -m 664 ${PKG_PREIX}/share/examples/inn/$FILE @@INN_DATA_DIR@@/etc
+ install -c -o news -g news -m 664 ${PKG_PREFIX}/share/examples/inn/$FILE @@INN_DATA_DIR@@/etc
fi
done