diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1994-05-25 18:00:04 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1994-05-25 18:00:04 +0000 |
| commit | 5edd12d27074eb860f3253c20eab6546dca5c5dc (patch) | |
| tree | 623ac33447f4f82558dea7d7cb6bab8078024ec5 /usr.sbin/pkg_install/lib/lib.h | |
| parent | 26f9a76710a312a951848542b9ca1f44100450e2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index 7acf8ede78ca..54e825147ac6 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $Id: lib.h,v 1.5 1994/04/05 14:08:46 jkh Exp $ */ +/* $Id: lib.h,v 1.6 1994/05/25 06:27:23 jkh Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -69,6 +69,8 @@ #define CMD_CHAR '@' /* prefix for extended PLIST cmd */ +/* The name of the "prefix" environment variable given to scripts */ +#define PKG_PREFIX_VNAME "PKG_PREFIX" enum _plist_t { PLIST_FILE, PLIST_CWD, PLIST_CMD, PLIST_CHMOD, |
