Skip to content

Commit

Permalink
Makefile: fix installer args
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 25, 2025
1 parent d35ed3e commit e434da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DESTDIR ?=
USERINSTALL ?= xfalse
FLATPAK ?= xfalse

INSTALLER_ARGS := -m installer $(OBJDIR)/*.whl
INSTALLER_ARGS := -m installer $(OBJDIR)/umu_launcher*.whl
ifdef DESTDIR
INSTALLER_ARGS += --destdir=$(DESTDIR)
endif
Expand Down Expand Up @@ -71,7 +71,7 @@ umu-dist: $(OBJDIR)/.build-umu-dist
umu-dist-install: umu-dist
$(info :: Installing umu )
install -d $(DESTDIR)$(PYTHONDIR)/$(INSTALLDIR)
$(PYTHON_INTERPRETER) -m installer --destdir=$(DESTDIR) $(OBJDIR)/umu_launcher*.whl
$(PYTHON_INTERPRETER) $(INSTALLER_ARGS)

ifeq ($(FLATPAK), xtrue)
umu-install: umu-dist-install umu-delta-install
Expand Down

0 comments on commit e434da8

Please sign in to comment.