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

Collapse All | Expand All

(-)a/Makefile.in (-11 / +11 lines)
Lines 160-176 localinstall_opera: Link Here
160
	make localinstall BROWSERDIR=.opera
160
	make localinstall BROWSERDIR=.opera
161
161
162
install:
162
install:
163
	-@install -d @bindir@
163
	-@install -d ${root}@bindir@
164
	-@install -d $(prefix)$(libprefix)/mozilla/plugins
164
	-@install -d ${root}$(prefix)$(libprefix)/nsbrowser/plugins
165
	-@install -d @mandir@/man7
165
	-@install -d ${root}@mandir@/man7
166
	-@install -d @sysconfdir@
166
	-@install -d ${root}@sysconfdir@
167
	install mozplugger-helper     @bindir@
167
	install mozplugger-helper     ${root}@bindir@
168
	install mozplugger-controller @bindir@
168
	install mozplugger-controller ${root}@bindir@
169
	install mozplugger-linker     @bindir@
169
	install mozplugger-linker     ${root}@bindir@
170
	for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done
170
	for a in ${root}$(prefix)$(libprefix)/nsbrowser/plugins; do install mozplugger.so $$a ; done
171
#	cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/
171
#	cp mozplugger.so ${root}$(prefix)$(libprefix)/mozilla/plugins/
172
	install $(srcdir)/mozpluggerrc  @sysconfdir@
172
	install $(srcdir)/mozpluggerrc  ${root}@sysconfdir@
173
	install $(srcdir)/mozplugger.7  @mandir@/man7/
173
	install $(srcdir)/mozplugger.7  ${root}@mandir@/man7/
174
174
175
uninstall:
175
uninstall:
176
	rm -f @mandir@/man7/mozplugger.7
176
	rm -f @mandir@/man7/mozplugger.7

Return to bug 442122