summaryrefslogtreecommitdiffstats
path: root/t/recipes/odd-inputs/source/unpack-srcpkg-xz/build-spec/tar-orig
blob: ff8507eae3c135e7bb27e27bfe0b47f389e2f1c6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

tarstem="$1"
packagedir="$2"

tar --create --file "$tarstem.tar.xz" --xz "$packagedir"