[Osgeo4w-trac] [osgeo4w] #300: apt misses menu and desktop link variables in postinstall
OSGeo4W
trac_osgeo4w at osgeo.org
Fri Nov 21 23:26:45 PST 2014
#300: apt misses menu and desktop link variables in postinstall
-------------------+--------------------------------------------------------
Reporter: maphew | Owner: maphew
Type: defect | Status: assigned
Priority: major | Component: Package
Version: | Keywords: pkg-apt
-------------------+--------------------------------------------------------
Changes (by maphew):
* owner: osgeo4w-dev@… => maphew
* status: new => assigned
Comment:
dev of a feature to fix this tracked at
https://github.com/maphew/apt/issues/16
Relevant for here though: inspecting the qgis-dev.bat reveals the error
message is reporting a bug in that file. The comparison fails, `if not
%OSGEO4W_MENU_LINKS%==0` becomes `if not ==0` which is invalid. It needs
to be quoted, `if not "%OSGEO4W_MENU_LINKS%"==0`.
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/300#comment:1>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list