mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 23:32:34 +02:00
tools: deb: fixed non pas2jszip
git-svn-id: trunk@61670 -
This commit is contained in:
parent
b6c9b5f593
commit
9b59f99e7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user