Skip to content

Commit

Permalink
smh my head x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tunnic authored Nov 26, 2021
1 parent f170704 commit 131cb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 131cb61

Please sign in to comment.