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 (-6 / +1 lines)
Lines 173-184 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 \
176
	     
177
	  ./magic-install.sh $(browsers) ; \
178
	else \
179
	  ./install-sh -c plugger.so $(root)$(plugindir)/mozilla/plugins/ ; \
180
	fi
181
     
182
177
183
plugger-$(VERSION).tar.gz: $(BASE_FILES) $(SOURCE_FILES)
178
plugger-$(VERSION).tar.gz: $(BASE_FILES) $(SOURCE_FILES)
184
	( DIR=`pwd`;\
179
	( DIR=`pwd`;\

Return to bug 55214