From 22f6eab7d5d3b992d98e9fc12ed66e513f8faeda Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 30 Jul 2000 20:03:31 +0000 Subject: [PATCH] Missing directory in $CONFIG_SAMPLE. --- print/enscript/pkg/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/enscript/pkg/INSTALL b/print/enscript/pkg/INSTALL index f47dc27204e..37e512d524a 100644 --- a/print/enscript/pkg/INSTALL +++ b/print/enscript/pkg/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: INSTALL,v 1.3 2000/07/28 03:14:59 matt Exp $ +# $OpenBSD: INSTALL,v 1.4 2000/07/30 20:03:31 matt Exp $ # # Pre/post-installation setup of enscript @@ -7,7 +7,7 @@ set -e PATH=/bin:/usr/bin:/sbin:/usr/sbin PREFIX=${PREFIX:-/usr/local} CONFIG_FILE=/etc/enscript.cfg -CONFIG_SAMPLE=${PREFIX}/share/examples/enscript.cfg-sample +CONFIG_SAMPLE=${PREFIX}/share/examples/enscript/enscript.cfg-sample if [ $# -ne 2 ]; then echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2