[389-commits] win/Makefile win/VERSION.mak

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Feb 25 22:55:50 UTC 2010


 win/Makefile    |    2 +-
 win/VERSION.mak |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 057e78a8d8a7550659f878fd08dec13bc5cfd371
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Feb 25 15:55:46 2010 -0700

    make sure bitsadmin.exe path is quoted
    
    the default path for bitsadmin.exe has spaces, so it must be quoted
    bump version to 1.1.4.a2

diff --git a/win/Makefile b/win/Makefile
index c381a21..281b3d2 100644
--- a/win/Makefile
+++ b/win/Makefile
@@ -78,7 +78,7 @@ BITSADMIN=c:\program files\support tools\bitsadmin.exe
 !ELSE
 BITSADMIN=bitsadmin
 !ENDIF
-DOWNLOAD=$(BITSADMIN) /wrap /transfer consolebuild /download /priority normal
+DOWNLOAD="$(BITSADMIN)" /wrap /transfer consolebuild /download /priority normal
 !IFNDEF SBC
 SBC=http://filer/components
 !ENDIF
diff --git a/win/VERSION.mak b/win/VERSION.mak
index db9d0d5..4263206 100644
--- a/win/VERSION.mak
+++ b/win/VERSION.mak
@@ -7,7 +7,7 @@ BRANDNOSPACE=389
 # this is the vendor or manufacturer
 VENDOR=389 Project
 # the version
-VERSION=1.1.4.a1
+VERSION=1.1.4.a2
 # the name of the product - this is used in the title of the
 # installer, in the name of the folder, and in the name
 # of the shortcuts




More information about the 389-commits mailing list