create file_list.txt after adding the plugins.
authorRobin Gareus <robin@gareus.org>
Mon, 10 Aug 2015 16:55:51 +0000 (18:55 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 10 Aug 2015 16:55:51 +0000 (18:55 +0200)
tools/x-win/package.sh

index b03225223f09340affc83479e9c9968722c5d49d..144f906fb013981c57d2ba36968916b4dc256bf8 100755 (executable)
@@ -177,8 +177,6 @@ echo " === bundle completed, cleaning up"
 echo " === complete"
 du -sh $DESTDIR
 
-( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt
-
 ################################################################################
 ### get video tools
 if test -z "$NOVIDEOTOOLS"; then
@@ -277,6 +275,8 @@ if test -n "$MIXBUS"; then
                "$ALIBDIR/ladspa/strip/rrison_channelstrip.dll"
 fi
 
+( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt
+
 ################################################################################
 echo " === Preparing Windows Installer"
 NSISFILE=$DESTDIR/a3.nsis