Skip to content

Commit

Permalink
fixes unzip to INSTALL_FOLDER for uDig
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdrf committed Jul 6, 2017
1 parent 2ce2efc commit 586bff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/install_udig.sh
Expand Up @@ -115,9 +115,8 @@ if [ -f "$ZIP" ] ; then
else
wget -c --progress=dot:mega "http://udig.refractions.net/files/downloads/$ZIP"
fi
# unpack it and copy it to /usr/lib
# unpack to /usr/lib/udig
unzip -q "$ZIP" -d "$INSTALL_FOLDER"
mv "$INSTALL_FOLDER"/udig-$UDIG_VERSION.* "$UDIG_FOLDER"

if [ $? -ne 0 ] ; then
echo "ERROR: expanding $ZIP"
Expand Down

0 comments on commit 586bff2

Please sign in to comment.