comparison packaging/create-dist-package.sh.in @ 1271:46b598e0dfc6

(issue68) Write into the correct filelists
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 10:03:38 +0200
parents 014586ef8a84
children e7a8ec3185f2
comparison
equal deleted inserted replaced
1270:359419264199 1271:46b598e0dfc6
66 fi 66 fi
67 echo Delete \"\$INSTDIR\\$file\" >> $TMPDIR/resources/filelist_un.nsh 67 echo Delete \"\$INSTDIR\\$file\" >> $TMPDIR/resources/filelist_un.nsh
68 done 68 done
69 69
70 cd $TMPDIR/windows/licenses 70 cd $TMPDIR/windows/licenses
71 echo SetOutPath \"\$INSTDIR\\licenses\" >> @CMAKE_CURRENT_BINARY_DIR@/filelist_in.nsh 71 echo SetOutPath \"\$INSTDIR\\licenses\" >> $TMPDIR/resources/filelist_in.nsh
72 for file in `find * -type f`; do 72 for file in `find * -type f`; do
73 echo File \"\${files_dir}\${path_sep}licenses\${path_sep}$file\" >> @CMAKE_CURRENT_BINARY_DIR@/filelist_in.nsh 73 echo File \"\${files_dir}\${path_sep}licenses\${path_sep}$file\" >> $TMPDIR/resources/filelist_in.nsh
74 echo Delete \"\$INSTDIR\\licenses\\$file\" >> @CMAKE_CURRENT_BINARY_DIR@/filelist_un.nsh 74 echo Delete \"\$INSTDIR\\licenses\\$file\" >> $TMPDIR/resources/filelist_un.nsh
75 done 75 done
76 echo RmDir \"\$INSTDIR\\licenses\" >> @CMAKE_CURRENT_BINARY_DIR@/filelist_un.nsh 76 echo RmDir \"\$INSTDIR\\licenses\" >> $TMPDIR/resources/filelist_un.nsh
77 77
78 cd $TMPDIR/windows/doc 78 cd $TMPDIR/windows/doc
79 79
80 for curdir in `find * -maxdepth 0 -type d -not -path .`; do 80 for curdir in `find * -maxdepth 0 -type d -not -path .`; do
81 cd $curdir 81 cd $curdir

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