From 131cb61be6dc659f41c4f71e07b897ed1c5de828 Mon Sep 17 00:00:00 2001 From: Adam Tunnic Date: Fri, 26 Nov 2021 00:13:53 -0500 Subject: [PATCH] smh my head x2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7de08b9d92..b8cf6cc3ba 100644 --- a/Makefile +++ b/Makefile @@ -73,9 +73,9 @@ PACKAGING = \ ln -sf ../../instances/default Library/Application\ Support/minecraft; \ cd $(OUTPUTDIR)/net.kdt.pojavlauncher.$(1)_$(VERSION)_iphoneos-arm; \ if [ '$(NOSTDIN)' = '1' ]; then \ - echo '$(SUDOPASS)' | sudo -S chown -R 501:501 var/mobile/Documents/.pojavlauncher; \ + echo '$(SUDOPASS)' | sudo -S chown -R 501:501 usr/share/pojavlauncher; \ else \ - sudo chown -R 501:501 var/mobile/Documents/.pojavlauncher; \ + sudo chown -R 501:501 usr/share/pojavlauncher; \ fi; \ cp -r $(OUTPUTDIR)/PojavLauncher.app Applications/PojavLauncher.app; \ cp $(SOURCEDIR)/DEBIAN/control.$(1) DEBIAN/control; \