summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i67141
blob: 1a52f96ae6f5462921c55a93a0a646c6ff00aac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: solenv/bin/modules/installer/epmfile.pm
===================================================================
RCS file: /cvs/tools/solenv/bin/modules/installer/epmfile.pm,v
retrieving revision 1.50
diff -u -r1.50 epmfile.pm
--- solenv/bin/modules/installer/epmfile.pm	5 Jul 2006 21:12:31 -0000	1.50
+++ solenv/bin/modules/installer/epmfile.pm	8 Jul 2006 22:35:58 -0000
@@ -577,7 +577,7 @@
 	# (saved in $installer::globals::epm_in_path) or we get the specified 
 	# one through the environment (i.e. when --with-epm=... is specified)
 
-	if ($ENV{'EPM'})
+	if ($ENV{'BUILD_EPM'} ne "YES")
 	{
 		if (($ENV{'EPM'} ne "") && (-x "$ENV{'EPM'}"))
 		{