[MonoDevelop] Setting Maximum File Name Length for tar in Monodevelop with Tarball generation
Thomas Mayer
thomas at residuum.org
Mon Mar 23 15:45:56 UTC 2015
Hi,
I want to distribute tarballs of an application using Monodevelop packaging project.
As one of the projects is NLog as git submodule, the file name length (actually the path name) gets really long, longer than the 99 character limit imposed by tar:
tar: <solution-name>-<version>/NLog/src/NLog/LayoutRenderers/Wrappers/FileSystemNormalizeLayoutRendererWrapper.cs: file name is too long (max 99); not dumped
There is a way to work around this issue in autotools by editing configure.ac:
http://myitcorner.com/blog/?p=230
Is there a way to implement that in the packaging project?
Thanks,
Thomas
More information about the Monodevelop-list
mailing list