annotate packaging/filelist.nsh @ 1070:f110a3f6e387

(issue114) Fine tune ACL propagation using mkdir_p the ACL of the parent directories would propagate to all subdirectories and objects in the directory. Now we only use ACL propagation in the last directory to make sure that files we might create in that directory inherit the correct (resitricted) ACL
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 10 Sep 2014 16:41:36 +0200
parents 62b832d0b839
children e210ecc32d69
rev   line source
406
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
1 ; Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
2 ; Software engineering by Intevation GmbH
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
3 ;
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
4 ; This file is Free Software under the GNU GPL (v>=2)
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
5 ; and comes with ABSOLUTELY NO WARRANTY!
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
6 ; See LICENSE.txt for details.
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
7
340
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
8 ; This file is not autogenerated.
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
9 ; Keep it updated if you add new things.
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
10
539
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
11 File "${files_dir}${path_sep}cinst.exe"
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
12 File "${files_dir}${path_sep}trustbridge.exe"
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
13 File "${files_dir}${path_sep}mozilla.exe"
963
62b832d0b839 (issue89) Package help for windows
Andre Heinecke <andre.heinecke@intevation.de>
parents: 834
diff changeset
14 File /r /x .buildinfo "${files_dir}${path_sep}doc"

http://wald.intevation.org/projects/trustbridge/