Fix an outdated path. With newer pkgsrc options, the script should be

obsoleted, anyway.
This commit is contained in:
Hauke Fath 2005-01-13 16:19:03 +00:00 committed by Thomas Klausner
parent 9446ae6b82
commit 33bf0f9027

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2005/01/13 14:26:22 hfath Exp $
# $NetBSD: INSTALL,v 1.2 2005/01/13 16:19:03 hfath Exp $
if [ "$2" != "POST-INSTALL" ]; then
exit 0
@ -17,7 +17,7 @@ ETC="nnrp.access"
for FILE in $ETC; do
if [ ! -f @INNDATA@/etc/$FILE ]; then
install -c -o news -g news -m 664 \
${PKG_PREFIX}/share/examples/inn/$FILE @INNDATA@/etc
${PKG_PREFIX}/share/examples/nnrpd/$FILE @INNDATA@/etc
fi
done