blob: 0b6e8c4b2fa7116f48656a2feb4f16e576e2555a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.1 2002/04/04 16:47:55 atatat Exp $
Add support for $XPLANET/images and $HOME/.xplanet/images images, etc.
--- xplanet.cc.orig Tue Jan 22 21:07:42 2002
+++ xplanet.cc Tue Apr 2 22:43:04 2002
@@ -231,6 +231,8 @@
}
cerr << "the current directory\nthe images subdirectory\n"
+ << "$XPLANET" << separator << "images\n"
+ << "$HOME" << separator << ".xplanet" << separator << "images\n"
<< prefix << separator << "images\n";
if (opts.mapdir.size() == 0)
|