[Commits] (bear) Change to pick up directory change from chandler/tools to chandler/util

commits at osafoundation.org commits at osafoundation.org
Wed Apr 27 15:53:17 PDT 2005


Commit by: bear
Modified files:
internal/installers/win/chandler.nsi 1.13 1.14

Log message:
Change to pick up directory change from chandler/tools to chandler/util


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/installers/win/chandler.nsi.diff?r1=text&tr1=1.13&r2=text&tr2=1.14

Index: internal/installers/win/chandler.nsi
diff -u internal/installers/win/chandler.nsi:1.13 internal/installers/win/chandler.nsi:1.14
--- internal/installers/win/chandler.nsi:1.13	Wed Apr  6 21:24:46 2005
+++ internal/installers/win/chandler.nsi	Wed Apr 27 15:53:16 2005
@@ -1,5 +1,5 @@
-; $Revision: 1.13 $
-; $Date: 2005/04/07 04:24:46 $
+; $Revision: 1.14 $
+; $Date: 2005/04/27 22:53:16 $
 ; Copyright (c) 2004,2005 Open Source Applications Founation
 ; http://osafoundation.org/Chandler_0.1_license_terms.htm
 
@@ -84,7 +84,7 @@
   File /r "..\..\..\${DISTRIB_DIR}\locale"
   File /r "..\..\..\${DISTRIB_DIR}\parcels"
   File /r "..\..\..\${DISTRIB_DIR}\repository"
-  File /r "..\..\..\${DISTRIB_DIR}\tools"
+  File /r "..\..\..\${DISTRIB_DIR}\util"
 
   CreateDirectory "$SMPROGRAMS\Chandler"
   CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" "" "$INSTDIR\chandler.ico" 
@@ -138,7 +138,7 @@
   RMDir /r "$INSTDIR\locale"
   RMDir /r "$INSTDIR\parcels"
   RMDir /r "$INSTDIR\repository"
-  RMDir /r "$INSTDIR\tools"
+  RMDir /r "$INSTDIR\util"
 
   Delete "$INSTDIR\*.*"
 



More information about the Commits mailing list