sync w/path change
This commit is contained in:
parent
68e9007e78
commit
097c1eee1d
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user