Moved generic.ppd to dlls/wineps, and install it in datadir.
This commit is contained in:
parent
774c88a24d
commit
d3d773d574
|
@ -83,4 +83,11 @@ EXTRASUBDIRS = data
|
|||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
install::
|
||||
$(MKINSTALLDIRS) $(datadir)/wine
|
||||
$(INSTALL_DATA) $(SRCDIR)/generic.ppd $(datadir)/wine/generic.ppd
|
||||
|
||||
uninstall::
|
||||
$(RM) $(datadir)/wine/generic.ppd
|
||||
|
||||
### Dependencies:
|
||||
|
|
Loading…
Reference in New Issue