mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-08 14:18:26 +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/
|
cp -v *.kwd *.chm $LazDestDir/docs/chm/
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
if [ -n $Pas2jsZip ]; then
|
if [ ! "x$Pas2jsZip" = "x" ]; then
|
||||||
# unzip pas2jszip to pas2js/version
|
# unzip pas2jszip to pas2js/version
|
||||||
mkdir $LazDestDir/pas2js # fails if already there -> good
|
mkdir $LazDestDir/pas2js # fails if already there -> good
|
||||||
unzip $Pas2jsZip -d $LazDestDir/pas2js
|
unzip $Pas2jsZip -d $LazDestDir/pas2js
|
||||||
|
Loading…
Reference in New Issue
Block a user