2f18fe683a
- fix an issue with datadir PATH; noticed by todd@ Note that there is still something preventing this program to work correctly, it is being investigated (it used to work just fine).
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
$OpenBSD: patch-lib_wwfetch_SConscript,v 1.1 2008/11/08 13:15:43 ajacoutot Exp $
|
|
--- lib/wwfetch/SConscript.orig Sat Nov 8 11:55:00 2008
|
|
+++ lib/wwfetch/SConscript Sat Nov 8 11:55:11 2008
|
|
@@ -5,7 +5,7 @@ Import('*')
|
|
#######################################
|
|
# ENVIRONMENT
|
|
#######################################
|
|
-env = env.Copy();
|
|
+env.Clone();
|
|
|
|
#######################################
|
|
# CHECKS
|