]> dev.renevier.net Git - syj.git/blob - patches/openlayers/0001-update-script-location-in-single-file.patch
make installation process more simple
[syj.git] / patches / openlayers / 0001-update-script-location-in-single-file.patch
1 From e6b764e2afc1fdcce8bd35515ea717ea2e2eba3a Mon Sep 17 00:00:00 2001
2 From: arno <arno@renevier.net>
3 Date: Mon, 21 Mar 2011 19:12:49 +0100
4 Subject: [PATCH 1/5] update script location in single file
5
6 ---
7  openlayers/lib/OpenLayers.js |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/openlayers/lib/OpenLayers.js b/openlayers/lib/OpenLayers.js
11 index af46000..0a42abd 100644
12 --- a/openlayers/lib/OpenLayers.js
13 +++ b/openlayers/lib/OpenLayers.js
14 @@ -28,7 +28,7 @@
15      /**
16       * Relative path of this script.
17       */
18 -    var scriptName = (!singleFile) ? "lib/OpenLayers.js" : "OpenLayers.js";
19 +    var scriptName = "OpenLayers.js";
20  
21      /*
22       * If window.OpenLayers isn't set when this script (OpenLayers.js) is
23 -- 
24 1.7.4.1
25