summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:02:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:43:38 (EDT)
commitb6626e0e23ee817383e29fc1f2428bca169a20db (patch)
tree2436d6eec82fea14bbf5cfdebace88ad4760a5bf /src
parent5742acad2cbdc7811dfd5f97d41f901efe714a1d (diff)
ob-buildopk: Don't chown data
This partially reverts commit 483800ef9ecf5ce98c0f6894e222bf08a68bb617.
Diffstat (limited to 'src')
-rw-r--r--src/ob-buildopk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
index 3370807..d22accc 100644
--- a/src/ob-buildopk.sh
+++ b/src/ob-buildopk.sh
@@ -77,7 +77,7 @@ build_opk()
# This utility runs with (fake) privileges, so we can chown what we're
# about to tar.
- find "${binary}.control" "${binary}.data" | xargs chown -h 0:0
+ find "${binary}.control" | xargs chown -h 0:0
(cd -- "${binary}.control" && find '.' | LC_ALL=C sort ${sort_r} | \
${TAR} -cf '../control.tar' --no-recursion -T -)