Closed obbardc closed 8 years ago
The following code specifies an absolute path, which is okay, but it would be nice to support paths inside the workspace.
<?xml version="1.0" ?> <channels> <!-- Our Backports --> <backports> <type>dir</type> <path>/home/chris/pdk/projects/pideck/64studio.com/backports/</path> <priority>10</priority> </backports> </channels>
for example:
<?xml version="1.0" ?> <channels> <!-- Our Backports --> <backports> <type>dir</type> <path>64studio.com/backports/</path> <priority>10</priority> </backports> </channels>
The following code specifies an absolute path, which is okay, but it would be nice to support paths inside the workspace.
for example: