tools: deb: fixed non pas2jszip

git-svn-id: trunk@61670 -
This commit is contained in:
mattias 2019-08-04 19:58:37 +00:00
parent b6c9b5f593
commit 9b59f99e7a

View File

@ -163,7 +163,7 @@ if [ "$UseCHMHelp" = "1" ]; then
cp -v *.kwd *.chm $LazDestDir/docs/chm/
cd -
fi
if [ -n $Pas2jsZip ]; then
if [ ! "x$Pas2jsZip" = "x" ]; then
# unzip pas2jszip to pas2js/version
mkdir $LazDestDir/pas2js # fails if already there -> good
unzip $Pas2jsZip -d $LazDestDir/pas2js