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.
This commit is contained in:
parent
c5e4480515
commit
4f8d054066
@ -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 .
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user