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

Collapse All | Expand All

(-)Makefile.in.old (-5 lines)
Lines 173-183 Link Here
173
	./install-sh -c plugger-oohelper $(root)$(prefix)/bin/
173
	./install-sh -c plugger-oohelper $(root)$(prefix)/bin/
174
	./install-sh -c plugger.7 $(root)$(mandir)/man7/
174
	./install-sh -c plugger.7 $(root)$(mandir)/man7/
175
	if [ ! -f $(root)/etc/pluggerrc-$(VERSION) ]; then ./install-sh -c pluggerrc $(root)/etc/pluggerrc-$(VERSION) ; fi
175
	if [ ! -f $(root)/etc/pluggerrc-$(VERSION) ]; then ./install-sh -c pluggerrc $(root)/etc/pluggerrc-$(VERSION) ; fi
176
	if [ "$(plugindir)" = "UNKNOWN" ]; then \
177
	  ./magic-install.sh $(browsers) ; \
178
	else \
179
	  ./install-sh -c plugger.so $(root)$(plugindir)/mozilla/plugins/ ; \
180
	fi
181
     
176
     
182
177
183
plugger-$(VERSION).tar.gz: $(BASE_FILES) $(SOURCE_FILES)
178
plugger-$(VERSION).tar.gz: $(BASE_FILES) $(SOURCE_FILES)

Return to bug 55214