Missing directory in $CONFIG_SAMPLE.
This commit is contained in:
parent
ef88b966d9
commit
22f6eab7d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user