Files
OpenNetworkLinux/tools
Jeffrey Townsend eea5db9aef Fix symbolic link handling in the 'links' package section.
The 'links' section specifies symbolic links which should be added to the package in key : value format.

The key is the source of the link. It must be exist in the filesystem already (as part of the 'files' section)
and be relative to the root of the filesystem.

The value is the name of the link, and can be relative or absolute to the final filesystem.

For example, given that a package produces the real binary "/usr/bin/foobar" and you want /usr/bin/foobar-link -> /usr/bin/foobar
it will be specified as follows:

    links:
        /usr/bin/foobar : /usr/bin/foobar-link
2018-08-08 01:20:06 +00:00
..
2017-12-29 03:36:55 +00:00
2015-11-19 22:45:38 +00:00
2015-11-19 22:45:38 +00:00
2015-11-19 22:45:38 +00:00
2018-03-18 16:03:46 +00:00
2018-01-11 20:58:53 +00:00