SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 961950044512fc159f3e79a4e725ffbf307b960d parent 9cc70c085f8d2f1d89013aaead1fed17cbe1497d Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 16 Dec 2023 23:22:34 +0200 Use a more compatible TAR format for iOS debs Diffstat:
| M | Makefile | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -689,14 +689,14 @@ $(OBJ)/data.tar.gz: ios iOS/jailbreak.entitlements cp -rf $(BIN)/SameBoy-iOS.app $(OBJ)/Applications/SameBoy-iOS.app cp build/obj-ios/reregister iOS/reregister.entitlements $(OBJ)/Applications/SameBoy-iOS.app codesign -fs - --entitlements iOS/jailbreak.entitlements $(OBJ)/Applications/SameBoy-iOS.app - (cd $(OBJ) && tar -czf $(abspath $@) ./Applications) + (cd $(OBJ) && tar -czf $(abspath $@) --format ustar ./Applications) rm -rf $(OBJ)/Applications $(OBJ)/control.tar.gz: iOS/deb-postinst iOS/deb-control -@$(MKDIR) -p $(dir $@) sed "s/@VERSION/$(VERSION)/" < iOS/deb-control > $(OBJ)/control ln iOS/deb-postinst $(OBJ)/postinst - (cd $(OBJ) && tar -czf $(abspath $@) ./control ./postinst) + (cd $(OBJ) && tar -czf $(abspath $@) --format ustar ./control ./postinst) rm $(OBJ)/control $(OBJ)/postinst $(OBJ)/debian-binary:
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.