diff options
author | kei <kei> | 2001-06-06 02:39:09 +0000 |
---|---|---|
committer | kei <kei> | 2001-06-06 02:39:09 +0000 |
commit | 2eb17e145248a8279213513153d6700bc8121025 (patch) | |
tree | 5acb98ad424842c4acf17ab0ff2fd1e3c9f7c5a0 /pkgtools/xpkgwedge | |
parent | 332b2929dbf30b6889037831dc62170c9922715c (diff) | |
download | pkgsrc-2eb17e145248a8279213513153d6700bc8121025.tar.gz |
- You must set the environment variable XAPPLRESDIR, not the shell variable.
Add an export line to do so to the example.
Diffstat (limited to 'pkgtools/xpkgwedge')
-rw-r--r-- | pkgtools/xpkgwedge/pkg/MESSAGE | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/xpkgwedge/pkg/MESSAGE b/pkgtools/xpkgwedge/pkg/MESSAGE index 5cbea1cbc94..8abc283c77b 100644 --- a/pkgtools/xpkgwedge/pkg/MESSAGE +++ b/pkgtools/xpkgwedge/pkg/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:39 wiz Exp $ +$NetBSD: MESSAGE,v 1.4 2001/06/06 02:39:09 kei Exp $ NOTES: @@ -8,6 +8,7 @@ NOTES: properly, e.g. XAPPLRESDIR=${PREFIX}/lib/X11/app-defaults + export XAPPLRESDIR If any users set XAPPLRESDIR in their own environment, these settings will not work -- such users need to set XUSERFILESEARCHPATH (syntax |