diff options
Diffstat (limited to 'devel/gps/files/patch-Makefile.in')
-rw-r--r-- | devel/gps/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gps/files/patch-Makefile.in b/devel/gps/files/patch-Makefile.in new file mode 100644 index 000000000000..9eaf264037ea --- /dev/null +++ b/devel/gps/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig 2010-12-04 07:21:32.000000000 +0100 ++++ Makefile.in 2010-12-14 17:31:51.000000000 +0100 +@@ -42,11 +42,6 @@ + share/plug-ins/_subversion_ \ + > share/plug-ins/subversion_native_windows.xml + endif +- $(RM) $(sharedir)/gps/library/*.py +- $(RM) $(sharedir)/gps/library/*.xml +- $(RM) $(sharedir)/gps/plug-ins/*.py +- $(RM) $(sharedir)/gps/plug-ins/*.xml +- $(RMDIR) $(sharedir)/gps/templates + # update runtime.xml before copying the plug-ins files. + (cd distrib; $(PERL) from_impunit.pl) + (cd share; tar cf - plug-ins/*.xml) | (cd $(sharedir)/gps; tar xf -) |