]> git.sur5r.net Git - bacula/bacula/commitdiff
Move bat help files into help subdirectory
authorKern Sibbald <kern@sibbald.com>
Sat, 6 Feb 2010 17:16:56 +0000 (18:16 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:26 +0000 (16:49 +0200)
bacula/src/win32/win32_installer/winbacula.nsi
bacula/src/win32/win64_installer/winbacula.nsi

index 552a03faa4fe3855a0e067d0df70ef65b12a83ac..6d95422e38a12a5dfd7ad1d39d36d275cc776341 100644 (file)
@@ -510,7 +510,9 @@ Section "Bat Console" SecBatConsole
   StrCpy $1 bat.conf
   Call ConfigEditAndCopy
 
+  SetOutPath "$INSTDIR\help"
   File "${SRC_DIR}\help\*"
+  SetOutPath "$INSTDIR"
    
 
   ; Create Start Menu entry
index 0dbc90f03c4eb0a47a818fb7dae266f03bb777ea..b0759af36bdce1aa714f6364140f4d044a96f193 100644 (file)
@@ -522,7 +522,9 @@ Section "Bat Console" SecBatConsole
   StrCpy $1 bat.conf
   Call ConfigEditAndCopy
 
+  SetOutPath "$INSTDIR\help"
   File "${SRC_DIR}\help\*"
+  SetOutPath "$INSTDIR"
 
 
   ; Create Start Menu entry