Skip to content

Commit

Permalink
Fix postinst properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tunnic authored Nov 26, 2021
1 parent 788cb5a commit cfd2dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ DEPCHECK = $(shell type $(1) >/dev/null 2>&1 && echo 1)
PACKAGING = \
mkdir -p $(OUTPUTDIR)/net.kdt.pojavlauncher.$(1)_$(VERSION)_iphoneos-arm; \
cd $(OUTPUTDIR)/net.kdt.pojavlauncher.$(1)_$(VERSION)_iphoneos-arm; \
mkdir -p {DEBIAN,Applications,var/mobile/Documents/.pojavlauncher/{instances/default,Library/{Application\ Support,Caches}}}; \
mkdir -p {DEBIAN,Applications,usr/share/pojavlauncher/{instances/default,Library/{Application\ Support,Caches}}}; \
cd var/mobile/Documents/.pojavlauncher; \
ln -sf ../../instances/default Library/Application\ Support/minecraft; \
cd $(OUTPUTDIR)/net.kdt.pojavlauncher.$(1)_$(VERSION)_iphoneos-arm; \
Expand Down

0 comments on commit cfd2dde

Please sign in to comment.