mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-23 09:52:40 +00:00
termux_create_subpackages: add data/ to tar instead of ./
Follow-up on b7e6ef99702aea61cd8baedd0c7ef315c35ab30c, forgot about the subpackages in that one.
This commit is contained in:
@@ -51,7 +51,7 @@ termux_create_subpackages() {
|
||||
cd "$SUB_PKG_DIR/massage"
|
||||
local SUB_PKG_INSTALLSIZE
|
||||
SUB_PKG_INSTALLSIZE=$(du -sk . | cut -f 1)
|
||||
tar -cJf "$SUB_PKG_PACKAGE_DIR/data.tar.xz" .
|
||||
tar -cJf "$SUB_PKG_PACKAGE_DIR/data.tar.xz" data
|
||||
|
||||
mkdir -p DEBIAN
|
||||
cd DEBIAN
|
||||
|
||||
Reference in New Issue
Block a user