]> git.sur5r.net Git - bacula/bacula/commitdiff
moved fdplugins directory to under bin in the winbacula installer
authorJames Harper <james.harper@bendigoit.com.au>
Thu, 30 Oct 2008 09:23:35 +0000 (09:23 +0000)
committerJames Harper <james.harper@bendigoit.com.au>
Thu, 30 Oct 2008 09:23:35 +0000 (09:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7947 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/installer/winbacula.nsi

index 77972c812b2d62b356e08b4456feb4e4aca54e46..565e65e62a20fe65699c4d4bd4b76490f10767e9 100644 (file)
@@ -449,7 +449,7 @@ Section "-Initialize"
   ${StrRep} $R2 "$INSTDIR\bin" "\" "\\"\r
   FileWrite $R1 's;@bin_dir_cmd@;$R2;g$\r$\n'\r
 \r
-  ${StrRep} $R2 "$INSTDIR\fdplugins" "\" "\\\\"\r
+  ${StrRep} $R2 "$INSTDIR\bin\fdplugins" "\" "\\\\"\r
   FileWrite $R1 's;@fdplugins_dir@;$R2;g$\r$\n'\r
 \r
   ${StrRep} $R2 "$INSTDIR" "\" "/"\r
@@ -564,7 +564,7 @@ SectionGroup "Client" SecGroupClient
 Section "File Service" SecFileDaemon\r
   SectionIn 1 2 3\r
 \r
-  SetOutPath "$INSTDIR\fdplugins"\r
+  SetOutPath "$INSTDIR\bin\fdplugins"\r
   File "${SRC_DIR}\exchange-fd.dll"\r
 \r
   SetOutPath "$INSTDIR\bin"\r