[GRASS-dev] duplicate r.pack in addons and grass repository

Hi All,

There seems to be a duplicate version of r.pack in addons[1]. The same module is also available in the grass64 repository[2]. This creates a problem for installing grass-addons package. However I could just skip r.pack from building into deb to fix the issue. But its better to remove code duplication from repository.

[1] http://svn.osgeo.org/grass/grass/branches/releasebranch_6_4/scripts/r.pack/
[2] https://svn.osgeo.org/grass/grass-addons/grass6/raster/r.pack/

Regards,
Rashad

Hi,

I have commented out r.pack, r.unpack in the parent Makefile (r58454),
that might suffice for you?

best
Markus