mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #409 from sever-sever/T5261-build
T5261: Fix build aws-gwlbtun create the file before writing content
This commit is contained in:
commit
68256f4c41
@ -10,6 +10,7 @@ def prepare_package() -> None:
|
||||
"""
|
||||
install_file = Path('./debian/install')
|
||||
install_data = 'obj-x86_64-linux-gnu/gwlbtun usr/sbin'
|
||||
install_file.touch()
|
||||
install_file.write_text(install_data)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user