aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine/files/patch-tools_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/files/patch-tools_Makefile.in')
-rw-r--r--emulators/wine/files/patch-tools_Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/wine/files/patch-tools_Makefile.in b/emulators/wine/files/patch-tools_Makefile.in
new file mode 100644
index 000000000000..cf5751021b65
--- /dev/null
+++ b/emulators/wine/files/patch-tools_Makefile.in
@@ -0,0 +1,15 @@
+--- tools/Makefile.in.orig Fri Jan 5 04:45:50 2001
++++ tools/Makefile.in Sat Mar 10 09:31:33 2001
+@@ -44,9 +44,9 @@
+ install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
+ [ -d $(bindir) ] || $(MKDIR) $(bindir)
+ $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
+- $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher
+- $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker
+- $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
++ $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
++ $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
++ $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
+
+ uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
+ $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink