mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
list-build-dependencies: add Stackoverflow copy remark
This commit is contained in:
parent
9240faa04a
commit
f1ec0b24d1
@ -17,6 +17,8 @@
|
||||
|
||||
# Parse debian/control like content and extract packages required by the
|
||||
# Build-Depends statement. Return a string with all required packages.
|
||||
#
|
||||
# Code below copied from https://stackoverflow.com/a/47707412 - Thank You!
|
||||
get_build_depends () {
|
||||
echo $(awk '
|
||||
/^Build-Depends:/ || /^ / && deps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user