From 0f115f6cedafa47a6767c4e8e318684f2a31adc7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 03:29:03 -0400 Subject: tests/data/pkg/build: New file --- (limited to 'tests') diff --git a/tests/data/pkg/build b/tests/data/pkg/build new file mode 100755 index 0000000..281d686 --- /dev/null +++ b/tests/data/pkg/build @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +build: + +install: build + install -p -m 755 -D src/src/foo.sh foo.data/usr/bin/foo.sh diff --git a/tests/local.mk b/tests/local.mk index efe258a..068fd55 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -32,6 +32,7 @@ EXTRA_DIST += \ tests/aux/common.sh \ tests/data/pkg/README \ tests/data/pkg/bar.pkg/control \ + tests/data/pkg/build \ tests/data/pkg/changelog \ tests/data/pkg/control \ tests/data/pkg/copyright \ -- cgit v0.9.1