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

Collapse All | Expand All

(-)plugins/Makefile.in (-1 / +1 lines)
Lines 497-503 Link Here
497
497
498
install: $(PLUGINS)
498
install: $(PLUGINS)
499
	@echo Clean-up in plug-ins directory...
499
	@echo Clean-up in plug-ins directory...
500
	@$(INSTALL) -d $(tilp_plugin_dir)
500
	@$(INSTALL) -d $(DESTDIR)$(tilp_plugin_dir)
501
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.a 
501
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.a 
502
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.la
502
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.la
503
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.so
503
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.so

Return to bug 84763