fix mode on the sample file; from maintainer

This commit is contained in:
lebel 2001-07-04 14:58:19 +00:00
parent a2573d4499
commit 978cfe547c

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1.1.1 2000/08/13 00:06:21 naddy Exp $
# $OpenBSD: INSTALL,v 1.2 2001/07/04 14:58:19 lebel Exp $
#
# Pre/post-installation setup of urlview
@ -16,7 +16,7 @@ SAMPLE_CONFIG_DIR=$PREFIX/share/examples/urlview
do_install_conf()
{
install -d -o root -g wheel ${CONFIG_DIR}
install -o root -g wheel ${SAMPLE_CONFIG_DIR}/sample.urlview \
install -m 0644 -o root -g wheel ${SAMPLE_CONFIG_DIR}/sample.urlview \
${CONFIG_DIR}/urlview.conf
echo
echo "+---------------"