diff options
-rwxr-xr-x | tests/data/pkg/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/pkg/build b/tests/data/pkg/build index 281d686..f7055f8 100755 --- a/tests/data/pkg/build +++ b/tests/data/pkg/build @@ -4,3 +4,4 @@ build: install: build install -p -m 755 -D src/src/foo.sh foo.data/usr/bin/foo.sh + printf 'Generated-Depends: bar\n' >foo.substvars |