Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60412 | Differences between
and this patch

Collapse All | Expand All

(-)tools/Makefile.in (-2 lines)
Lines 66-76 Link Here
66
	$(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
66
	$(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
67
	$(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
67
	$(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
68
	$(INSTALL_DATA) $(SRCDIR)/wine.desktop $(datadir)/applications/wine.desktop
68
	$(INSTALL_DATA) $(SRCDIR)/wine.desktop $(datadir)/applications/wine.desktop
69
	-$(UPDATE_DESKTOP_DATABASE)
70
69
71
uninstall::
70
uninstall::
72
	$(RM) $(bindir)/winemaker $(bindir)/wineprefixcreate $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) \
71
	$(RM) $(bindir)/winemaker $(bindir)/wineprefixcreate $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) \
73
	      $(datadir)/wine/wine.inf $(datadir)/applications/wine.desktop
72
	      $(datadir)/wine/wine.inf $(datadir)/applications/wine.desktop
74
	-$(UPDATE_DESKTOP_DATABASE)
75
73
76
### Dependencies:
74
### Dependencies:

Return to bug 60412