fix typo in deployment script

This commit is contained in:
Robin Gareus 2015-08-10 18:56:13 +02:00
parent 4231350a76
commit 800dde9db5

View file

@ -272,7 +272,7 @@ if test -n "$MIXBUS"; then
http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_channelstrip.dll http://www.harrisonconsoles.com/mixbus/mb3/${WARCH}/harrison_channelstrip.dll
cp "${SRCDIR}/harrison_channelstrip.${WARCH}.dll" \ cp "${SRCDIR}/harrison_channelstrip.${WARCH}.dll" \
"$ALIBDIR/ladspa/strip/rrison_channelstrip.dll" "$ALIBDIR/ladspa/strip/harrison_channelstrip.dll"
fi fi
( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt ( cd $DESTDIR ; find . ) > ${TMPDIR}/file_list.txt