diff options
Diffstat (limited to 'sci-calculators/tilp/files/6.79-plugins-Makefile.in.patch')
-rw-r--r-- | sci-calculators/tilp/files/6.79-plugins-Makefile.in.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-calculators/tilp/files/6.79-plugins-Makefile.in.patch b/sci-calculators/tilp/files/6.79-plugins-Makefile.in.patch new file mode 100644 index 000000000000..f2e13cea2ff2 --- /dev/null +++ b/sci-calculators/tilp/files/6.79-plugins-Makefile.in.patch @@ -0,0 +1,11 @@ +--- plugins/Makefile.in 2005-06-26 18:22:26.000000000 +0000 ++++ plugins/Makefile.in.new 2005-06-26 18:27:22.000000000 +0000 +@@ -497,7 +497,7 @@ + + install: $(PLUGINS) + @echo Clean-up in plug-ins directory... +- @$(INSTALL) -d $(tilp_plugin_dir) ++ @$(INSTALL) -d $(DESTDIR)$(tilp_plugin_dir) + $(RM) $(DESTDIR)$(tilp_plugin_dir)/*.a + $(RM) $(DESTDIR)$(tilp_plugin_dir)/*.la + $(RM) $(DESTDIR)$(tilp_plugin_dir)/*.so |