diff options
Diffstat (limited to 't/templates/deb-make-builder/tar-data')
-rwxr-xr-x | t/templates/deb-make-builder/tar-data | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/templates/deb-make-builder/tar-data b/t/templates/deb-make-builder/tar-data new file mode 100755 index 0000000..fcb7dc3 --- /dev/null +++ b/t/templates/deb-make-builder/tar-data @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +rootdir="$1" + +tar --create --file members/data.tar.gz --gzip --directory "$rootdir" . |