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.am (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
install: $(PLUGINS)
19
install: $(PLUGINS)
20
	@echo Clean-up in plug-ins directory...
20
	@echo Clean-up in plug-ins directory...
21
	@$(INSTALL) -d $(tilp_plugin_dir)
21
	@$(INSTALL) -d $(DESTDIR)$(tilp_plugin_dir)
22
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.a 
22
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.a 
23
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.la
23
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.la
24
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.so
24
	$(RM) $(DESTDIR)$(tilp_plugin_dir)/*.so

Return to bug 84763