Skip to content

Commit

Permalink
yeet to tar with ./ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Knifa committed Mar 25, 2023
1 parent ee12ce6 commit ad2e4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ipk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ VERSION=$(cat ipk/control/control | grep Version | cut -d' ' -f2)
ARCH=$(cat ipk/control/control | grep Architecture | cut -d' ' -f2)
PKG_NAME=dji-moonlight-shim_${VERSION}_${ARCH}.ipk

tar -czf ipk/build/$PKG_NAME -C ipk/build debian-binary control.tar.gz data.tar.gz
tar -czf ipk/build/$PKG_NAME -C ipk/build ./debian-binary ./control.tar.gz ./data.tar.gz

0 comments on commit ad2e4eb

Please sign in to comment.