[Lunar-commits] r21654 - moonbase/trunk/graphics/povray
Dennis Veatch
stumbles at lunar-linux.org
Sun Oct 1 12:22:38 UTC 2006
Author: stumbles
Date: 2006-10-01 12:22:37 +0000 (Sun, 01 Oct 2006)
New Revision: 21654
Modified:
moonbase/trunk/graphics/povray/BUILD
Log:
Else povray puts it's config files in /usr/etc and I
like them in /etc.
Modified: moonbase/trunk/graphics/povray/BUILD
===================================================================
--- moonbase/trunk/graphics/povray/BUILD 2006-10-01 08:22:49 UTC (rev 21653)
+++ moonbase/trunk/graphics/povray/BUILD 2006-10-01 12:22:37 UTC (rev 21654)
@@ -3,7 +3,8 @@
./configure COMPILED_BY="Lunar Linux lunar at lunar-linux.org" \
--prefix=/usr \
- $OPTS &&
+ --sysconfdir=/etc \
+ $OPTS &&
default_make
More information about the Lunar-commits
mailing list