Fix an outdated path. With newer pkgsrc options, the script should be
obsoleted, anyway.
This commit is contained in:
parent
9446ae6b82
commit
33bf0f9027
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue