From 4f8d05406626b67b8258c20bb5cd6888a032eea6 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Tue, 24 Aug 2021 13:30:04 +0200 Subject: [PATCH] Revert "termux_step_create_datatar.sh: add data/ to tar instead of ./" Unfortunately this does not play nicely with aptly, see https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191. This reverts commit b7e6ef99702aea61cd8baedd0c7ef315c35ab30c. --- scripts/build/termux_step_create_datatar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/termux_step_create_datatar.sh b/scripts/build/termux_step_create_datatar.sh index e7c3528d1..2f0386087 100644 --- a/scripts/build/termux_step_create_datatar.sh +++ b/scripts/build/termux_step_create_datatar.sh @@ -4,5 +4,5 @@ termux_step_create_datatar() { rm -rf data fi - tar -cJf "$TERMUX_PKG_PACKAGEDIR/data.tar.xz" -H gnu data + tar -cJf "$TERMUX_PKG_PACKAGEDIR/data.tar.xz" -H gnu . }