sync w/path change

This commit is contained in:
jolan 2003-05-21 22:14:49 +00:00
parent 68e9007e78
commit 097c1eee1d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
# $OpenBSD: DEINSTALL,v 1.2 2003/05/21 22:14:49 jolan Exp $
#
# De-installation setup of mozilla
@ -8,7 +8,7 @@
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
MOZ=${PREFIX}/mozilla
MOZ=${PREFIX}/mozilla-firebird
# Verify proper execution
#

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
# $OpenBSD: INSTALL,v 1.2 2003/05/21 22:14:49 jolan Exp $
#
# Pre/post-installation setup of mozilla
@ -8,7 +8,7 @@
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
MOZ=${PREFIX}/mozilla
MOZ=${PREFIX}/mozilla-firebird
# Verify proper execution
#