mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Fix build error
Ticket: CM-1438 Reviewed By: Testing Done:
This commit is contained in:
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ setup(name='ifupdown2',
|
|||||||
['init.d/networking']),
|
['init.d/networking']),
|
||||||
('/sbin/', ['sbin/ifupdown']),
|
('/sbin/', ['sbin/ifupdown']),
|
||||||
('/etc/network/ifupdown2/',
|
('/etc/network/ifupdown2/',
|
||||||
['config/ifupdown2.conf', 'config/templates']),
|
['config/ifupdown2.conf']),
|
||||||
('/usr/share/doc/ifupdown/examples/',
|
('/usr/share/doc/ifupdown/examples/',
|
||||||
['docs/examples/interfaces'])]
|
['docs/examples/interfaces'])]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user