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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- help/omf.make
0
++ help/omf.make
Lines 42-48 Link Here
42
	for file in $(omffile); do \
42
	for file in $(omffile); do \
43
		$(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
43
		$(INSTALL_DATA) $(srcdir)/$$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
44
	done
44
	done
45
	-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
45
	if test -z "$(DESTDIR)"; then \
46
		scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir); \
47
	fi
46
48
47
uninstall-local-omf:
49
uninstall-local-omf:
48
	-for file in $(srcdir)/*.omf; do \
50
	-for file in $(srcdir)/*.omf; do \

Return to bug 184869