From 9b59f99e7ade4c68e7df17ef313f309bd7e25f62 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 4 Aug 2019 19:58:37 +0000 Subject: [PATCH] tools: deb: fixed non pas2jszip git-svn-id: trunk@61670 - --- tools/install/create_lazarus_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/create_lazarus_deb.sh b/tools/install/create_lazarus_deb.sh index 8c0e9f4ff4..a64c110c44 100755 --- a/tools/install/create_lazarus_deb.sh +++ b/tools/install/create_lazarus_deb.sh @@ -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