Commit 66994925 authored by Alexandre Julliard's avatar Alexandre Julliard

programs: Remove winelauncher from install rules.

parent e3ac70c1
......@@ -141,11 +141,10 @@ install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
install-progs: # nothing to do here
install:: winelauncher install-progs$(DLLEXT) $(INSTALLDIRS)
$(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
install:: install-progs$(DLLEXT) $(INSTALLDIRS)
uninstall::
-cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
-cd $(DESTDIR)$(bindir) && $(RM) wineapploader $(INSTALLPROGS)
-rmdir $(DESTDIR)$(dlldir)
# Rules for testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment